[dovecot-cvs] dovecot/src/lib-settings Makefile.am,1.2,1.3
tss at dovecot.org
tss at dovecot.org
Thu Feb 22 21:51:05 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-settings
In directory talvi:/tmp/cvs-serv26850/src/lib-settings
Modified Files:
Makefile.am
Log Message:
Added --with-headers configure option to install .h files.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-settings/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 20 Oct 2004 23:05:57 -0000 1.2
+++ Makefile.am 22 Feb 2007 21:51:03 -0000 1.3
@@ -6,5 +6,12 @@
libsettings_a_SOURCES = \
settings.c
-noinst_HEADERS = \
+headers = \
settings.h
+
+if INSTALL_HEADERS
+ pkginc_libdir=$(pkgincludedir)/src/lib-settings
+ pkginc_lib_HEADERS = $(headers)
+else
+ noinst_HEADERS = $(headers)
+endif
More information about the dovecot-cvs
mailing list