[dovecot-cvs] dovecot/src/lib-storage/index/mbox Makefile.am, 1.8, 1.9
tss at dovecot.org
tss at dovecot.org
Thu Feb 22 21:51:17 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv26850/src/lib-storage/index/mbox
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-storage/index/mbox/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am 16 Nov 2006 00:16:35 -0000 1.8
+++ Makefile.am 22 Feb 2007 21:51:13 -0000 1.9
@@ -23,7 +23,7 @@
mbox-storage.c \
mbox-transaction.c
-noinst_HEADERS = \
+headers = \
istream-raw-mbox.h \
mbox-file.h \
mbox-from.h \
@@ -31,3 +31,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