diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-10-14 16:36:48 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-10-14 16:36:48 +0800 |
commit | 0de5a02e111e4572f643229f5acea2647cecb290 (patch) | |
tree | bff720418782b65b777e2ae57482aa364afa05f4 /tests | |
parent | c99de0b359dd9b23c7a31a9f8c10ae4cde51fb7b (diff) | |
download | gsoc2013-epiphany-0de5a02e111e4572f643229f5acea2647cecb290.tar.gz gsoc2013-epiphany-0de5a02e111e4572f643229f5acea2647cecb290.tar.zst gsoc2013-epiphany-0de5a02e111e4572f643229f5acea2647cecb290.zip |
tests: fix compilation when builddir != srcdir
svn path=/trunk/; revision=8581
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
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) \ |