[dovecot-cvs] dovecot/src/auth Makefile.am,1.49.2.2,1.49.2.3
tss at dovecot.org
tss at dovecot.org
Thu Feb 22 21:50:10 UTC 2007
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv26755/src/auth
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/auth/Makefile.am,v
retrieving revision 1.49.2.2
retrieving revision 1.49.2.3
diff -u -d -r1.49.2.2 -r1.49.2.3
--- Makefile.am 8 Oct 2006 21:25:14 -0000 1.49.2.2
+++ Makefile.am 22 Feb 2007 21:50:07 -0000 1.49.2.3
@@ -82,7 +82,7 @@
userdb-vpopmail.c \
userdb-sql.c
-noinst_HEADERS = \
+headers = \
auth.h \
auth-cache.h \
auth-client-connection.h \
@@ -110,6 +110,13 @@
userdb-blocking.h \
userdb-vpopmail.h
+if INSTALL_HEADERS
+ pkginc_libdir=$(pkgincludedir)/src/auth
+ pkginc_lib_HEADERS = $(headers)
+else
+ noinst_HEADERS = $(headers)
+endif
+
checkpassword_reply_LDADD = \
../lib/liblib.a
More information about the dovecot-cvs
mailing list