From 9bd55b55f8044ab105097af3b59db81f01db6c1a Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 23 Jul 2012 23:10:07 +0100 Subject: [PATCH] makekeys: Add top_srcdir to include path Fixes distcheck with no /usr/include/xkbcommon. Signed-off-by: Daniel Stone --- makekeys/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4