Commit cc349d2c authored by Marc G. Fournier's avatar Marc G. Fournier

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

Fixes:

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