monkey-bubble r231 - in trunk: . src/monkey



Author: herzi
Date: Wed Jan  9 14:08:00 2008
New Revision: 231
URL: http://svn.gnome.org/viewvc/monkey-bubble?rev=231&view=rev

Log:
2008-01-09  Sven Herzberg  <herzi gnome-de org>

	Fix compilation of a fresh checkout (closes #508137)

	* src/monkey/Makefile.am: use BUILT_SOURCES for built files



Modified:
   trunk/ChangeLog
   trunk/src/monkey/Makefile.am

Modified: trunk/src/monkey/Makefile.am
==============================================================================
--- trunk/src/monkey/Makefile.am	(original)
+++ trunk/src/monkey/Makefile.am	Wed Jan  9 14:08:00 2008
@@ -9,7 +9,7 @@
 
 noinst_LIBRARIES = libmonkey.a
 
-marshal_sources = 			\
+BUILT_SOURCES = \
 	monkey-marshal.h		\
 	monkey-marshal.c		\
 	$(NULL)
@@ -21,7 +21,7 @@
 	playground.c playground.h\
 	monkey.c monkey.h\
 	point.h color.h \
-	$(marshal_sources)
+	$(BUILT_SOURCES)
 
 monkey-marshal.c: monkey-marshal.list Makefile
 	glib-genmarshal --prefix=monkey_marshal --body $< > $@



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