From 7f7f945e3c7ddd61d7402706990bbe52736567d4 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Tue, 29 Nov 2016 22:13:47 +0100 Subject: [PATCH] buildsystem: fix out-of-tree builds Add missing include dirs, for source and generated headers. Signed-off-by: "Yann E. MORIN" --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6d817d4..926bf11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,8 @@ dist_EXTRA_libs_parser_libkconfig_parser_la_SOURCES = \ libs_parser_libkconfig_parser_la_CPPFLAGS = \ -DROOTMENU="\"$(root_menu)\"" \ -DCONFIG_=\"$(config_prefix)\" \ - $(intl_CPPFLAGS) + $(intl_CPPFLAGS) \ + -I$(top_srcdir)/libs/parser libs_parser_libkconfig_parser_la_CFLAGS = \ $(AM_CFLAGS) \ $(kf_CFLAGS) @@ -277,7 +278,8 @@ frontends_qconf_kconfig_qconf_CPPFLAGS = \ $(AM_CPPFLAGS) \ $(intl_CPPFLAGS) \ -I$(top_srcdir)/libs/parser \ - -I$(top_builddir)/libs/images + -I$(top_builddir)/libs/images \ + -I$(top_builddir)/frontends/qconf frontends_qconf_kconfig_qconf_CXXFLAGS = \ $(AM_CXXFLAGS) \ $(kf_CFLAGS) \ -- 2.39.2