dovecot-2.0-sslstream: notify plugin: Install headers if --enabl...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 03:00:19 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/c9e0ee292a08
changeset: 10624:c9e0ee292a08
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Feb 01 20:02:53 2010 +0200
description:
notify plugin: Install headers if --enable-header-install is used.
Patch by Mark Washenberger.

diffstat:

1 file changed, 8 insertions(+), 1 deletion(-)
src/plugins/notify/Makefile.am |    9 ++++++++-

diffs (18 lines):

diff -r de9d6dae7fe5 -r c9e0ee292a08 src/plugins/notify/Makefile.am
--- a/src/plugins/notify/Makefile.am	Mon Feb 01 17:41:51 2010 +0200
+++ b/src/plugins/notify/Makefile.am	Mon Feb 01 20:02:53 2010 +0200
@@ -17,6 +17,13 @@ lib15_notify_plugin_la_SOURCES = \
 	notify-noop.c \
 	notify-storage.c
 
-noinst_HEADERS = \
+headers = \
 	notify-plugin.h \
 	notify-plugin-private.h
+
+if INSTALL_HEADERS
+  pkginc_libdir=$(pkgincludedir)
+  pkginc_lib_HEADERS = $(headers)
+else
+  noinst_HEADERS = $(headers)
+endif


More information about the dovecot-cvs mailing list