From: Daniel Stone Date: Mon, 23 Jul 2012 22:10:07 +0000 (+0100) Subject: makekeys: Add top_srcdir to include path X-Git-Tag: xkbcommon-0.2.0~378 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bd55b55f8044ab105097af3b59db81f01db6c1a;p=platform%2Fupstream%2Flibxkbcommon.git makekeys: Add top_srcdir to include path Fixes distcheck with no /usr/include/xkbcommon. Signed-off-by: Daniel Stone --- 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