plugins/Makefile.am

changeset 2476
6b45e78bfca2
parent 2473
8459126ae10c
child 2867
fc56ac09f447
--- 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

mercurial