[dovecot-cvs] dovecot/src/imap Makefile.am,1.38,1.39

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


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

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/imap/Makefile.am,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Makefile.am	20 Dec 2006 19:23:46 -0000	1.38
+++ Makefile.am	22 Feb 2007 21:50:48 -0000	1.39
@@ -88,7 +88,7 @@
 	namespace.c
 
 
-noinst_HEADERS = \
+headers = \
 	client.h \
 	commands.h \
 	commands-util.h \
@@ -101,3 +101,10 @@
 	imap-sync.h \
 	imap-thread.h \
 	namespace.h
+
+if INSTALL_HEADERS
+  pkginc_libdir=$(pkgincludedir)/src/imap
+  pkginc_lib_HEADERS = $(headers)
+else
+  noinst_HEADERS = $(headers)
+endif



More information about the dovecot-cvs mailing list