[dovecot-cvs] dovecot/src/deliver Makefile.am,1.1.2.7,1.1.2.8
tss at dovecot.org
tss at dovecot.org
Thu Feb 22 21:50:10 UTC 2007
Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv26755/src/deliver
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/deliver/Makefile.am,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -d -r1.1.2.7 -r1.1.2.8
--- Makefile.am 28 Dec 2006 12:26:35 -0000 1.1.2.7
+++ Makefile.am 22 Feb 2007 21:50:08 -0000 1.1.2.8
@@ -47,9 +47,16 @@
mail-send.c \
smtp-client.c
-noinst_HEADERS = \
+headers = \
auth-client.h \
deliver.h \
duplicate.h \
mail-send.h \
smtp-client.h
+
+if INSTALL_HEADERS
+ pkginc_libdir=$(pkgincludedir)/src/deliver
+ pkginc_lib_HEADERS = $(headers)
+else
+ noinst_HEADERS = $(headers)
+endif
More information about the dovecot-cvs
mailing list