aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2008-10-14 16:36:48 +0800
committerXan Lopez <xan@src.gnome.org>2008-10-14 16:36:48 +0800
commit0de5a02e111e4572f643229f5acea2647cecb290 (patch)
treebff720418782b65b777e2ae57482aa364afa05f4
parentc99de0b359dd9b23c7a31a9f8c10ae4cde51fb7b (diff)
downloadgsoc2013-epiphany-0de5a02e111e4572f643229f5acea2647cecb290.tar
gsoc2013-epiphany-0de5a02e111e4572f643229f5acea2647cecb290.tar.gz
gsoc2013-epiphany-0de5a02e111e4572f643229f5acea2647cecb290.tar.bz2
gsoc2013-epiphany-0de5a02e111e4572f643229f5acea2647cecb290.tar.lz
gsoc2013-epiphany-0de5a02e111e4572f643229f5acea2647cecb290.tar.xz
gsoc2013-epiphany-0de5a02e111e4572f643229f5acea2647cecb290.tar.zst
gsoc2013-epiphany-0de5a02e111e4572f643229f5acea2647cecb290.zip
tests: fix compilation when builddir != srcdir
svn path=/trunk/; revision=8581
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7f9644c73..eaf2ca312 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -4,8 +4,8 @@ noinst_PROGRAMS = \
testephyiconentry
INCLUDES = \
- -I$(top_builddir)/lib \
- -I$(top_builddir)/lib/widgets
+ -I$(top_srcdir)/lib \
+ -I$(top_srcdir)/lib/widgets
CFLAGS = \
$(DEPENDENCIES_CFLAGS) \