goocanvas r35 - in trunk: . demo



Author: damon
Date: Mon Dec 29 19:41:04 2008
New Revision: 35
URL: http://svn.gnome.org/viewvc/goocanvas?rev=35&view=rev

Log:

2008-12-29  Jonathon Jongsma  <jonathon quotidian org>

	    * demo/Makefile.am: Fix building demos when builddir != srcdir.
	    goocanvasenumtypes.h is generated in the build dir and not the src dir
	    so we must also add the build dir to the INCLUDES.



Modified:
   trunk/ChangeLog
   trunk/demo/Makefile.am

Modified: trunk/demo/Makefile.am
==============================================================================
--- trunk/demo/Makefile.am	(original)
+++ trunk/demo/Makefile.am	Mon Dec 29 19:41:04 2008
@@ -2,6 +2,7 @@
 
 INCLUDES = \
 	-I$(top_srcdir)/src \
+	-I$(top_builddir)/src \
 	@PACKAGE_CFLAGS@
 
 #	-DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED \



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