changeset 2476:ec21ec04cdeb

[gaim-migrate @ 2489] bleh committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 10 Oct 2001 20:21:24 +0000
parents ba7ee4c1908c
children 8530d4d72fab
files plugins/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/Makefile.am	Wed Oct 10 20:03:17 2001 +0000
+++ b/plugins/Makefile.am	Wed Oct 10 20:21:24 2001 +0000
@@ -4,7 +4,7 @@
 	$(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)
 	@rm -f tmp$@.lo tmp$@.o libtmp$@.la
-	@cp .libs/libtmp$@.so $@
+	@cp .libs/libtmp$@.so* $@
 	@rm -f .libs/libtmp$@.*
 
 if PLUGINS