[dovecot-cvs] dovecot/src/lib-storage/index/dbox Makefile.am, 1.4, 1.4.2.1
tss at dovecot.org
tss at dovecot.org
Thu Feb 22 21:50:33 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-storage/index/dbox
In directory talvi:/tmp/cvs-serv26755/src/lib-storage/index/dbox
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/dbox/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- Makefile.am 12 Apr 2006 16:52:02 -0000 1.4
+++ Makefile.am 22 Feb 2007 21:50:31 -0000 1.4.2.1
@@ -21,10 +21,17 @@
dbox-transaction.c \
dbox-uidlist.c
-noinst_HEADERS = \
+headers = \
dbox-file.h \
dbox-format.h \
dbox-keywords.h \
dbox-storage.h \
dbox-sync.h \
dbox-uidlist.h
+
+if INSTALL_HEADERS
+ pkginc_libdir=$(pkgincludedir)/src/lib-storage/index/dbox
+ pkginc_lib_HEADERS = $(headers)
+else
+ noinst_HEADERS = $(headers)
+endif
More information about the dovecot-cvs
mailing list