[dovecot-cvs] dovecot/src/lib Makefile.am,1.62.2.3,1.62.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/lib
In directory talvi:/tmp/cvs-serv26755/src/lib
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/Makefile.am,v
retrieving revision 1.62.2.3
retrieving revision 1.62.2.4
diff -u -d -r1.62.2.3 -r1.62.2.4
--- Makefile.am 19 Nov 2006 13:30:35 -0000 1.62.2.3
+++ Makefile.am 22 Feb 2007 21:50:09 -0000 1.62.2.4
@@ -85,7 +85,7 @@
var-expand.c \
write-full.c
-noinst_HEADERS = \
+headers = \
array.h \
array-decl.h \
backtrace-string.h \
@@ -157,3 +157,10 @@
utc-mktime.h \
var-expand.h \
write-full.h
+
+if INSTALL_HEADERS
+ pkginc_libdir=$(pkgincludedir)/src/lib
+ pkginc_lib_HEADERS = $(headers)
+else
+ noinst_HEADERS = $(headers)
+endif
More information about the dovecot-cvs
mailing list