[dovecot-cvs] dovecot/src/lib-imap Makefile.am,1.7,1.7.2.1
tss at dovecot.org
tss at dovecot.org
Thu Feb 22 21:50:20 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-imap
In directory talvi:/tmp/cvs-serv26755/src/lib-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/lib-imap/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- Makefile.am 20 Oct 2004 23:05:55 -0000 1.7
+++ Makefile.am 22 Feb 2007 21:50:15 -0000 1.7.2.1
@@ -15,7 +15,7 @@
imap-parser.c \
imap-util.c
-noinst_HEADERS = \
+headers = \
imap-base-subject.h \
imap-bodystructure.h \
imap-date.h \
@@ -24,3 +24,10 @@
imap-quote.h \
imap-parser.h \
imap-util.h
+
+if INSTALL_HEADERS
+ pkginc_libdir=$(pkgincludedir)/src/lib-imap
+ pkginc_lib_HEADERS = $(headers)
+else
+ noinst_HEADERS = $(headers)
+endif
More information about the dovecot-cvs
mailing list