[dovecot-cvs] dovecot/src/lib-charset Makefile.am,1.3,1.4

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


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

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/lib-charset/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am	20 Oct 2004 23:05:55 -0000	1.3
+++ Makefile.am	22 Feb 2007 21:50:52 -0000	1.4
@@ -7,5 +7,12 @@
 	charset-iconv.c \
 	charset-utf8.c
 
-noinst_HEADERS = \
+headers = \
 	charset-utf8.h
+
+if INSTALL_HEADERS
+  pkginc_libdir=$(pkgincludedir)/src/lib-charset
+  pkginc_lib_HEADERS = $(headers)
+else
+  noinst_HEADERS = $(headers)
+endif



More information about the dovecot-cvs mailing list