[dovecot-cvs] dovecot/src/auth Makefile.am,1.52,1.53

tss at dovecot.org tss at dovecot.org
Thu Feb 22 21:50:49 UTC 2007


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv26850/src/auth

Modified Files:
	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.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Makefile.am	12 Nov 2006 19:36:41 -0000	1.52
+++ Makefile.am	22 Feb 2007 21:50:47 -0000	1.53
@@ -88,7 +88,7 @@
 	userdb-vpopmail.c \
 	userdb-sql.c
 
-noinst_HEADERS = \
+headers = \
 	auth.h \
 	auth-cache.h \
 	auth-client-connection.h \
@@ -117,6 +117,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