changeset 10048:a1a6d91ec250 HEAD

Makefile.am: Added missing test-mail-storage.h
author Timo Sirainen <tss@iki.fi>
date Mon, 12 Oct 2009 17:59:32 -0400
parents 4074f1bed39a
children 6aeb7528265b
files src/lib-storage/Makefile.am
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	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