]> git.sur5r.net Git - kconfig-frontends/commitdiff
libs/parser: move installed includes
authorYann E. MORIN" <yann.morin.1998@free.fr>
Fri, 30 Mar 2012 15:24:13 +0000 (17:24 +0200)
committerYann E. MORIN" <yann.morin.1998@free.fr>
Fri, 30 Mar 2012 15:24:13 +0000 (17:24 +0200)
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" <yann.morin.1998@free.fr>
libs/parser/Makefile.am

index afad350a13c72ca4dcc56315ac703d040c0c6321..2ef195cc96ecf93fe1cb651610ce807f3186d64f 100644 (file)
@@ -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