[gaim-migrate @ 2906]

Sun, 16 Dec 2001 21:11:12 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Sun, 16 Dec 2001 21:11:12 +0000
changeset 2893
d959d51a4b9f
parent 2892
cb1e8e302461
child 2894
6cf9278efb8a

[gaim-migrate @ 2906]
yeah, yeah, yeah

plugins/Makefile.am file | annotate | diff | comparison | revisions
--- a/plugins/Makefile.am	Sun Dec 16 21:07:48 2001 +0000
+++ b/plugins/Makefile.am	Sun Dec 16 21:11:12 2001 +0000
@@ -2,7 +2,7 @@
 SUFFIXES = .c .so
 .c.so:
 	$(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS)
-	$(LIBTOOL) --mode=link    $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -avoid-version $(PLUGIN_LIBS)
+	$(LIBTOOL) --mode=link    $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS)
 	@rm -f tmp$@.lo tmp$@.o libtmp$@.la
 	@cp .libs/libtmp$@.so* $@
 	@rm -f .libs/libtmp$@.*

mercurial