[maemo-commits] [maemo-commits] r16465 - projects/haf/trunk/hildon-thumbnail/albumart-providers/googleimages

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Oct 23 17:20:03 EEST 2008
Author: marivoll
Date: 2008-10-23 17:20:03 +0300 (Thu, 23 Oct 2008)
New Revision: 16465

Modified:
   projects/haf/trunk/hildon-thumbnail/albumart-providers/googleimages/Makefile.am
Log:
	Use BUILT_SOURCES only for things that will not be build anyway
	because of dependencies.


Modified: projects/haf/trunk/hildon-thumbnail/albumart-providers/googleimages/Makefile.am
===================================================================
--- projects/haf/trunk/hildon-thumbnail/albumart-providers/googleimages/Makefile.am	2008-10-23 14:19:34 UTC (rev 16464)
+++ projects/haf/trunk/hildon-thumbnail/albumart-providers/googleimages/Makefile.am	2008-10-23 14:20:03 UTC (rev 16465)
@@ -6,6 +6,10 @@
 
 NULL = 
 
+BUILT_SOURCES = my.vala.stamp                     \
+                google-images-art-downloader.c    \
+	        google-images-art-downloader.h
+
 EXTRA_DIST = my.vala.stamp                     \
              google-images-art-downloader.vala \
              google-images-art-downloader.c    \


More information about the maemo-commits mailing list