[dovecot-cvs] dovecot/src/lib-storage/subscription-file Makefile.am, 1.3, 1.3.2.1
tss at dovecot.org
tss at dovecot.org
Thu Feb 22 21:50:40 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-storage/subscription-file
In directory talvi:/tmp/cvs-serv26755/src/lib-storage/subscription-file
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-storage/subscription-file/Attic/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- Makefile.am 20 Oct 2004 23:06:05 -0000 1.3
+++ Makefile.am 22 Feb 2007 21:50:36 -0000 1.3.2.1
@@ -8,6 +8,12 @@
libstorage_subscription_file_a_SOURCES = \
subscription-file.c
-noinst_HEADERS = \
+headers = \
subscription-file.h
+if INSTALL_HEADERS
+ pkginc_libdir=$(pkgincludedir)/src/lib-storage/subscription-file
+ pkginc_lib_HEADERS = $(headers)
+else
+ noinst_HEADERS = $(headers)
+endif
More information about the dovecot-cvs
mailing list