dovecot-2.0: config: Install all useful config*.h files.

dovecot at dovecot.org dovecot at dovecot.org
Thu Jun 24 18:27:25 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/661b2138cb7b
changeset: 11627:661b2138cb7b
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jun 24 16:26:52 2010 +0100
description:
config: Install all useful config*.h files.

diffstat:

 src/config/Makefile.am |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r c9e8144974f1 -r 661b2138cb7b src/config/Makefile.am
--- 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


More information about the dovecot-cvs mailing list