# HG changeset patch # User Eric Warmenhoven # Date 1008537072 0 # Node ID abf9303fb328b16bf619956b2ea5e5bb5a30d97d # Parent 3a8df5c3d1eed2edce17f2cb74a07848d220768d [gaim-migrate @ 2906] yeah, yeah, yeah committer: Tailor Script diff -r 3a8df5c3d1ee -r abf9303fb328 plugins/Makefile.am --- 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$@.*