[dovecot-cvs] dovecot/src/lib-storage/index/mbox Makefile.am, 1.7, 1.7.2.1

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


Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv26755/src/lib-storage/index/mbox

Modified Files:
      Tag: branch_1_0
	Makefile.am 
Log Message:
Added --with-headers configure option to install .h files.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- Makefile.am	26 Sep 2005 21:00:08 -0000	1.7
+++ Makefile.am	22 Feb 2007 21:50:34 -0000	1.7.2.1
@@ -24,7 +24,7 @@
 	mbox-storage.c \
 	mbox-transaction.c
 
-noinst_HEADERS = \
+headers = \
 	istream-raw-mbox.h \
 	mbox-file.h \
 	mbox-from.h \
@@ -32,3 +32,10 @@
 	mbox-md5.h \
 	mbox-storage.h \
 	mbox-sync-private.h
+
+if INSTALL_HEADERS
+  pkginc_libdir=$(pkgincludedir)/src/lib-storage/index/mbox
+  pkginc_lib_HEADERS = $(headers)
+else
+  noinst_HEADERS = $(headers)
+endif



More information about the dovecot-cvs mailing list