When we switched to a single top-level Makefile, we lost the ability
to build out-of-tree, but only in a non-git tree... Weird...
However, the error is real: we were missing a include path for the
generated files, wihch are not generated in top_srcdir but in
top_builddir.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(cherry picked from commit
5bb1084ddc395fe8b5193a3d85a4daa86fef49a4)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-DCONFIG_=\"$(config_prefix)\" \
-DGPERF_LEN_TYPE="$(GPERF_LEN_TYPE)" \
$(intl_CPPFLAGS) \
- -I$(top_srcdir)/libs/parser
+ -I$(top_srcdir)/libs/parser \
+ -I$(top_builddir)/libs/parser
libs_parser_libkconfig_parser_la_CFLAGS = \
$(AM_CFLAGS) \
$(kf_CFLAGS)