summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-05-08 17:47:54 +0100
committerDaniel Stone <daniel@fooishbar.org>2012-05-08 17:47:54 +0100
commit1928397a21ff3d0616b0c35fb286b2876d51e6ba (patch)
tree925f85c5497b2c45a72fe7c7418d2ccf5d27063a
parentb610b2b953be5dcf3983857a2ce0279c2ea86463 (diff)
downloadxorg-lib-libxkbcommon-1928397a21ff3d0616b0c35fb286b2876d51e6ba.tar.gz
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>
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 = \