From 7fa72a393607e1a7f1d2a6bbe693e7b555b583ef Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 26 Nov 2012 23:30:01 +0100 Subject: [PATCH] parser: distribute new header There is a new header, which we need to distribute, too. Signed-off-by: "Yann E. MORIN" --- libs/parser/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/parser/Makefile.am b/libs/parser/Makefile.am index ad6e5aa..567b1e8 100644 --- a/libs/parser/Makefile.am +++ b/libs/parser/Makefile.am @@ -14,7 +14,7 @@ libkconfig_parser_la_LDFLAGS = -release $(KCONFIGPARSER_LIB_VERSION) -no-undefin libkconfig_parser_la_LIBADD = $(intl_LIBS) kconfig_includedir = $(includedir)/kconfig -kconfig_include_HEADERS = lkc.h expr.h lkc_proto.h +kconfig_include_HEADERS = list.h lkc.h expr.h lkc_proto.h BUILT_SOURCES = hconf.c lconf.c CLEANFILES = hconf.c lconf.c yconf.c -- 2.39.5