Commit 1928397a21ff3d0616b0c35fb286b2876d51e6ba

Daniel Stone 2012-05-08T17:47:54

Reintroduce $(builddir)/src/xkbcomp include This is required for parser.h, which is autogenerated and thus only in the build directory. Signed-off-by: Daniel Stone <daniel@fooishbar.org>

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Makefile.am b/Makefile.am
index 008ff40..0b58c70 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,7 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/include \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/xkbcomp \
+	-Isrc/xkbcomp \
 	-include $(top_srcdir)/src/config.h
 
 AM_CFLAGS = \