diff libpurple/plugins/Makefile.am @ 31186:ecfa71bc216d

propagate from branch 'im.pidgin.pidgin' (head edd569c9522df52af33d6132a9d4955bd842f9bb) to branch 'im.pidgin.pidgin.openq' (head 5afb2c825d40388ede03697166175f4331e9eaf4)
author SHiNE CsyFeK <csyfek@gmail.com>
date Sat, 08 Aug 2009 15:00:34 +0000
parents 48148e688ad1
children
line wrap: on
line diff
--- a/libpurple/plugins/Makefile.am	Sat Jul 18 15:15:45 2009 +0000
+++ b/libpurple/plugins/Makefile.am	Sat Aug 08 15:00:34 2009 +0000
@@ -157,5 +157,5 @@
 	$(LIBTOOL) --mode=compile $(CC) -DHAVE_CONFIG_H -I$(top_builddir) $(AM_CPPFLAGS) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS)
 	$(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.so $@
+	@cp .libs/libtmp$@*.so $@
 	@rm -rf .libs/libtmp$@.*