[dovecot-cvs] dovecot/src/lib-index Makefile.am,1.26,1.26.2.1
tss at dovecot.org
tss at dovecot.org
Thu Feb 22 21:50:21 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv26755/src/lib-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-index/Makefile.am,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -u -d -r1.26 -r1.26.2.1
--- Makefile.am 8 Feb 2005 12:28:12 -0000 1.26
+++ Makefile.am 22 Feb 2007 21:50:19 -0000 1.26.2.1
@@ -29,7 +29,7 @@
mail-transaction-log-view.c \
mail-transaction-util.c
-noinst_HEADERS = \
+headers = \
mail-cache.h \
mail-cache-private.h \
mail-index.h \
@@ -40,3 +40,10 @@
mail-transaction-log.h \
mail-transaction-log-private.h \
mail-transaction-util.h
+
+if INSTALL_HEADERS
+ pkginc_libdir=$(pkgincludedir)/src/lib-index
+ pkginc_lib_HEADERS = $(headers)
+else
+ noinst_HEADERS = $(headers)
+endif
More information about the dovecot-cvs
mailing list