[dovecot-cvs] dovecot/src/pop3 Makefile.am,1.18,1.19

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


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

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/pop3/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile.am	2 Feb 2007 11:14:37 -0000	1.18
+++ Makefile.am	22 Feb 2007 21:51:19 -0000	1.19
@@ -43,8 +43,15 @@
 	mail-storage-callbacks.c \
 	main.c
 
-noinst_HEADERS = \
+headers = \
 	capability.h \
 	client.h \
 	commands.h \
 	common.h
+
+if INSTALL_HEADERS
+  pkginc_libdir=$(pkgincludedir)/src/pop3
+  pkginc_lib_HEADERS = $(headers)
+else
+  noinst_HEADERS = $(headers)
+endif



More information about the dovecot-cvs mailing list