changeset 11627:661b2138cb7b HEAD

config: Install all useful config*.h files.
author Timo Sirainen <tss@iki.fi>
date Thu, 24 Jun 2010 16:26:52 +0100
parents c9e8144974f1
children 7885030184ab
files src/config/Makefile.am
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/config/Makefile.am	Thu Jun 24 15:47:13 2010 +0100
+++ b/src/config/Makefile.am	Thu Jun 24 16:26:52 2010 +0100
@@ -46,12 +46,14 @@
 noinst_HEADERS = \
 	all-settings.h \
 	config-connection.h \
+	old-set-parser.h \
+	sysinfo-get.h
+
+pkginclude_HEADERS = \
 	config-filter.h \
 	config-parser.h \
 	config-parser-private.h \
-	config-request.h \
-	old-set-parser.h \
-	sysinfo-get.h
+	config-request.h
 
 all-settings.c: $(SETTING_FILES) $(top_srcdir)/src/config/settings-get.pl
 	$(top_srcdir)/src/config/settings-get.pl $(SETTING_FILES) > all-settings.c || rm -f all-settings.c