[dovecot-cvs] dovecot/src/pop3 Makefile.am,1.12.2.4,1.12.2.5
tss at dovecot.org
tss at dovecot.org
Thu Feb 22 21:50:39 UTC 2007
Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv26755/src/pop3
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/pop3/Makefile.am,v
retrieving revision 1.12.2.4
retrieving revision 1.12.2.5
diff -u -d -r1.12.2.4 -r1.12.2.5
--- Makefile.am 2 Feb 2007 11:14:34 -0000 1.12.2.4
+++ Makefile.am 22 Feb 2007 21:50:37 -0000 1.12.2.5
@@ -43,8 +43,15 @@
mail-storage-callbacks.c \
main.c
-noinst_HEADERS = \
+headers = \
capability.h \
client.h \
commands.h \
common.h
+
+if INSTALL_HEADERS
+ pkginc_libdir=$(pkgincludedir)/src/pop3
+ pkginc_lib_HEADERS = $(headers)
+else
+ noinst_HEADERS = $(headers)
+endif
More information about the dovecot-cvs
mailing list