Commit 9bd55b55f8044ab105097af3b59db81f01db6c1a

Daniel Stone 2012-07-23T23:10:07

makekeys: Add top_srcdir to include path Fixes distcheck with no /usr/include/xkbcommon. Signed-off-by: Daniel Stone <daniel@fooishbar.org>

1
2
3
4
5
6
7
8
9
10
diff --git a/makekeys/Makefile.am b/makekeys/Makefile.am
index 3c0aadb..5d9a441 100644
--- a/makekeys/Makefile.am
+++ b/makekeys/Makefile.am
@@ -1,4 +1,4 @@
-AM_CFLAGS = $(BASE_CFLAGS)
+AM_CFLAGS = $(BASE_CFLAGS) -I$(top_srcdir)
 
 # need to use build-native compiler