banshee r3060 - trunk/banshee/libbanshee



Author: abock
Date: Sun Jan 27 21:54:17 2008
New Revision: 3060
URL: http://svn.gnome.org/viewvc/banshee?rev=3060&view=rev

Log:
Fixed libbanshee.so copy

Modified:
   trunk/banshee/libbanshee/Makefile.am

Modified: trunk/banshee/libbanshee/Makefile.am
==============================================================================
--- trunk/banshee/libbanshee/Makefile.am	(original)
+++ trunk/banshee/libbanshee/Makefile.am	Sun Jan 27 21:54:17 2008
@@ -32,9 +32,11 @@
 	$(GST_LIBS) \
 	$(LIBNAUTILUS_BURN_LIBS)
 
-all: 
-	@mkdir -p $(top_builddir)/bin
-	@cp $(builddir)/.libs/libbanshee.so $(top_builddir)/bin
+all: $(top_builddir)/bin/libbanshee.so
+
+$(top_builddir)/bin/libbanshee.so: .libs/libbanshee.so	
+	mkdir -p $(top_builddir)/bin
+	cp -f $< $@
 
 CLEANFILES = $(top_builddir)/bin/libbanshee.so
 MAINTAINERCLEANFILES = Makefile.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]