summaryrefslogtreecommitdiff
path: root/gee
diff options
context:
space:
mode:
authorJuerg Billeter <j@bitron.ch>2007-08-21 10:51:08 +0000
committerJürg Billeter <juergbi@src.gnome.org>2007-08-21 10:51:08 +0000
commit89eb22d65dfb075b072684f8764215e62066b01b (patch)
tree5414c977765e8272da791cf7b2cab4457cd8f6e1 /gee
parent10d2b86e44acb0259a2fd6c63ba6866bf682d639 (diff)
downloadvala-89eb22d65dfb075b072684f8764215e62066b01b.tar.gz
fix build system to pass distcheck, based on patch by Nicolas Trangez,
2007-08-21 Juerg Billeter <j@bitron.ch> * gee/Makefile.am, vala/Makefile.am, ccode/Makefile.am, gobject/Makefile.am, compiler/Makefile.am, tests/Makefile.am, tests/testrunner.sh: fix build system to pass distcheck, based on patch by Nicolas Trangez, fixes bug 466283 * Rename tests/*.out to tests/*.exp * tests/test-022.vala, tests/test-022.exp: reduce to regression test svn path=/trunk/; revision=495
Diffstat (limited to 'gee')
-rw-r--r--gee/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gee/Makefile.am b/gee/Makefile.am
index 9570518aa..c798d69c0 100644
--- a/gee/Makefile.am
+++ b/gee/Makefile.am
@@ -1,6 +1,7 @@
NULL =
INCLUDES = \
+ -I$(top_srcdir) \
$(GLIB_CFLAGS) \
$(NULL)