[dovecot-cvs] dovecot/src/deliver Makefile.am,1.7,1.8

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


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

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/deliver/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am	28 Dec 2006 12:26:46 -0000	1.7
+++ Makefile.am	22 Feb 2007 21:50:47 -0000	1.8
@@ -47,9 +47,16 @@
 	mail-send.c \
 	smtp-client.c
 
-noinst_HEADERS = \
+headers = \
 	auth-client.h \
 	deliver.h \
 	duplicate.h \
 	mail-send.h \
 	smtp-client.h
+
+if INSTALL_HEADERS
+  pkginc_libdir=$(pkgincludedir)/src/deliver
+  pkginc_lib_HEADERS = $(headers)
+else
+  noinst_HEADERS = $(headers)
+endif



More information about the dovecot-cvs mailing list