Skip to content
Snippets Groups Projects
Commit cc349d2c authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

From: Robert E. Bruccoleri <bruc@bms.com>

Fixes:

	Shared objects are not linked correctly
parent e56f1d60
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,6 @@
RANLIB= touch
%.so: %.o
$(LD) -G -Bdynamic -o $@ $< $(LDFLAGS)
$(LD) -G -Bdynamic -shared -o $@ $< $(
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment