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>
master
Daniel Stone 2012-05-08 17:47:54 +01:00
parent b610b2b953
commit 1928397a21
1 changed files with 1 additions and 0 deletions

View File

@ -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 = \