Reintroduce $(builddir)/src/xkbcomp include
authorDaniel Stone <daniel@fooishbar.org>
Tue, 8 May 2012 16:47:54 +0000 (17:47 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 8 May 2012 16:47:54 +0000 (17:47 +0100)
This is required for parser.h, which is autogenerated and thus only in
the build directory.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Makefile.am

index 008ff40..0b58c70 100644 (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 = \