dovecot-2.0: Makefile.am: Added missing test-mail-storage.h

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 13 00:59:41 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/a1a6d91ec250
changeset: 10048:a1a6d91ec250
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 12 17:59:32 2009 -0400
description:
Makefile.am: Added missing test-mail-storage.h

diffstat:

1 file changed, 5 insertions(+), 1 deletion(-)
src/lib-storage/Makefile.am |    6 +++++-

diffs (18 lines):

diff -r 4074f1bed39a -r a1a6d91ec250 src/lib-storage/Makefile.am
--- a/src/lib-storage/Makefile.am	Mon Oct 12 17:24:01 2009 -0400
+++ b/src/lib-storage/Makefile.am	Mon Oct 12 17:59:32 2009 -0400
@@ -71,9 +71,13 @@ libstorage_test_a_SOURCES = \
 	test-mailbox.c \
 	test-mail.c
 
+test_headers = \
+	test-mail-storage.h
+
 if INSTALL_HEADERS
   pkginc_libdir=$(pkgincludedir)
   pkginc_lib_HEADERS = $(headers)
+  noinst_HEADERS = $(test_headers)
 else
-  noinst_HEADERS = $(headers)
+  noinst_HEADERS = $(headers) $(test_headers)
 endif


More information about the dovecot-cvs mailing list