From: Daniel Stone Date: Tue, 8 May 2012 16:47:54 +0000 (+0100) Subject: Reintroduce $(builddir)/src/xkbcomp include X-Git-Tag: xkbcommon-0.2.0~610 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1928397a21ff3d0616b0c35fb286b2876d51e6ba;p=platform%2Fupstream%2Flibxkbcommon.git 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 --- 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 = \