[dovecot-cvs] dovecot/src/imap Makefile.am,1.30.2.3,1.30.2.4
tss at dovecot.org
tss at dovecot.org
Thu Feb 22 21:50:11 UTC 2007
Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv26755/src/imap
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/imap/Makefile.am,v
retrieving revision 1.30.2.3
retrieving revision 1.30.2.4
diff -u -d -r1.30.2.3 -r1.30.2.4
--- Makefile.am 27 Jun 2006 21:03:46 -0000 1.30.2.3
+++ Makefile.am 22 Feb 2007 21:50:09 -0000 1.30.2.4
@@ -84,7 +84,7 @@
namespace.c
-noinst_HEADERS = \
+headers = \
client.h \
commands.h \
commands-util.h \
@@ -97,3 +97,10 @@
imap-sync.h \
imap-thread.h \
namespace.h
+
+if INSTALL_HEADERS
+ pkginc_libdir=$(pkgincludedir)/src/imap
+ pkginc_lib_HEADERS = $(headers)
+else
+ noinst_HEADERS = $(headers)
+endif
More information about the dovecot-cvs
mailing list