From: Timo Sirainen Date: Mon, 12 Oct 2009 21:59:32 +0000 (-0400) Subject: Makefile.am: Added missing test-mail-storage.h X-Git-Tag: 2.0.alpha1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d654aa8d29910f7b5a0729b66047aefecab49a5d;p=thirdparty%2Fdovecot%2Fcore.git Makefile.am: Added missing test-mail-storage.h --HG-- branch : HEAD --- diff --git a/src/lib-storage/Makefile.am b/src/lib-storage/Makefile.am index 320a738a70..ac9b4dbd82 100644 --- a/src/lib-storage/Makefile.am +++ b/src/lib-storage/Makefile.am @@ -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