]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Makefile.am: Added missing test-mail-storage.h
authorTimo Sirainen <tss@iki.fi>
Mon, 12 Oct 2009 21:59:32 +0000 (17:59 -0400)
committerTimo Sirainen <tss@iki.fi>
Mon, 12 Oct 2009 21:59:32 +0000 (17:59 -0400)
--HG--
branch : HEAD

src/lib-storage/Makefile.am

index 320a738a70d8379766105200047280448fe36d83..ac9b4dbd82d75d452b3ff98cfc4c47faab6d40fe 100644 (file)
@@ -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