[dovecot-cvs] dovecot/src/lib Makefile.am,1.68,1.69

tss at dovecot.org tss at dovecot.org
Thu Feb 22 21:50:52 UTC 2007


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv26850/src/lib

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/Makefile.am,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- Makefile.am	13 Dec 2006 13:45:16 -0000	1.68
+++ Makefile.am	22 Feb 2007 21:50:49 -0000	1.69
@@ -88,7 +88,7 @@
 	var-expand.c \
 	write-full.c
 
-noinst_HEADERS = \
+headers = \
 	array.h \
 	array-decl.h \
 	backtrace-string.h \
@@ -163,3 +163,10 @@
 	utc-mktime.h \
 	var-expand.h \
 	write-full.h
+
+if INSTALL_HEADERS
+  pkginc_libdir=$(pkgincludedir)/src/lib
+  pkginc_lib_HEADERS = $(headers)
+else
+  noinst_HEADERS = $(headers)
+endif



More information about the dovecot-cvs mailing list