epiphany r8581 - trunk/tests



Author: xan
Date: Tue Oct 14 08:36:48 2008
New Revision: 8581
URL: http://svn.gnome.org/viewvc/epiphany?rev=8581&view=rev

Log:
tests: fix compilation when builddir != srcdir

Modified:
   trunk/tests/Makefile.am

Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am	(original)
+++ trunk/tests/Makefile.am	Tue Oct 14 08:36:48 2008
@@ -4,8 +4,8 @@
 	testephyiconentry
 
 INCLUDES = \
-	-I$(top_builddir)/lib		 \
-	-I$(top_builddir)/lib/widgets
+	-I$(top_srcdir)/lib		 \
+	-I$(top_srcdir)/lib/widgets
 
 CFLAGS = \
 	$(DEPENDENCIES_CFLAGS) \



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