From 8863ec1e3ecc1a8e674f43e972623df3c8af8413 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 30 Mar 2012 17:24:13 +0200 Subject: [PATCH] libs/parser: move installed includes Currently, includes are installed in ${prefix}/include, but this is not not nice, as the headers are not properly named. Install them into a sub-directory with a proper name. Signed-off-by: "Yann E. MORIN" --- libs/parser/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/parser/Makefile.am b/libs/parser/Makefile.am index afad350..2ef195c 100644 --- a/libs/parser/Makefile.am +++ b/libs/parser/Makefile.am @@ -10,7 +10,8 @@ libkconfigparser_la_CPPFLAGS = -DROOTMENU="\"$(root_menu)\"" \ -DCONFIG_=\"$(config_prefix)\" libkconfigparser_la_LDFLAGS = -release $(KCONFIGPARSER_LIB_VERSION) -include_HEADERS = expr.h lkc.h lkc_proto.h +kconfig_includedir = $(includedir)/kconfig +kconfig_include_HEADERS = lkc.h expr.h lkc_proto.h BUILT_SOURCES = hconf.c lconf.c -- 2.39.5