# HG changeset patch # User Eric Warmenhoven # Date 1002737529 0 # Node ID 3860817b32af68e0abe7f82c8f42842c7285b01f # Parent dd4114ed4c07e7dba324a23abcd4f615b092ce4e [gaim-migrate @ 2486] this probably won't fix anything but it doesn't break things that weren't broken, i think committer: Tailor Script diff -r dd4114ed4c07 -r 3860817b32af plugins/Makefile.am --- a/plugins/Makefile.am Wed Oct 10 04:16:41 2001 +0000 +++ b/plugins/Makefile.am Wed Oct 10 18:12:09 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) $(PLUGIN_LIBS) + $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -avoid-version $(PLUGIN_LIBS) @rm -f tmp$@.lo tmp$@.o libtmp$@.la @cp .libs/libtmp$@.so $@ @rm -f .libs/libtmp$@.*