Mercurial > pidgin
diff plugins/Makefile.am @ 2473:3860817b32af
[gaim-migrate @ 2486]
this probably won't fix anything but it doesn't break things that weren't broken, i think
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 10 Oct 2001 18:12:09 +0000 |
parents | b1050f14b429 |
children | ec21ec04cdeb |
line wrap: on
line diff
--- 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$@.*