Make build directory includes more explicit

We depend on parser.h which is generated by flex during the build, so
use an explicit $(top_builddir) rather than a relative path.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
master
Daniel Stone 2012-05-09 15:23:44 +01:00
parent 38cb639082
commit f9fa740fd5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/include \ -I$(top_srcdir)/include \
-I$(top_srcdir)/src \ -I$(top_srcdir)/src \
-I$(top_srcdir)/src/xkbcomp \ -I$(top_srcdir)/src/xkbcomp \
-Isrc/xkbcomp \ -I$(top_builddir)/src/xkbcomp \
-include $(top_srcdir)/src/config.h -include $(top_srcdir)/src/config.h
AM_CFLAGS = \ AM_CFLAGS = \