[dovecot-cvs] dovecot/src/lib-storage/index Makefile.am, 1.15, 1.15.2.1
tss at dovecot.org
tss at dovecot.org
Thu Feb 22 21:50:32 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv26755/src/lib-storage/index
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/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- Makefile.am 27 Nov 2005 23:05:28 -0000 1.15
+++ Makefile.am 22 Feb 2007 21:50:29 -0000 1.15.2.1
@@ -20,6 +20,13 @@
index-sync.c \
index-transaction.c
-noinst_HEADERS = \
+headers = \
index-mail.h \
index-storage.h
+
+if INSTALL_HEADERS
+ pkginc_libdir=$(pkgincludedir)/src/lib-storage/index
+ pkginc_lib_HEADERS = $(headers)
+else
+ noinst_HEADERS = $(headers)
+endif
More information about the dovecot-cvs
mailing list