dovecot-1.1: Don't add config.h to tarball in make dist.

dovecot at dovecot.org dovecot at dovecot.org
Sun Dec 14 08:36:24 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/d29567476541
changeset: 8047:d29567476541
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Dec 14 04:57:11 2008 +0200
description:
Don't add config.h to tarball in make dist.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
Makefile.am |    2 +-

diffs (12 lines):

diff -r 2e07e172563b -r d29567476541 Makefile.am
--- a/Makefile.am	Sat Dec 13 17:12:46 2008 +0200
+++ b/Makefile.am	Sun Dec 14 04:57:11 2008 +0200
@@ -19,7 +19,7 @@ datafiles = \
 	dovecot-config
 
 if INSTALL_HEADERS
-  pkginclude_HEADERS = config.h
+  nodist_pkginclude_HEADERS = config.h
   pkglib_DATA = $(datafiles)
 else
   noinst_DATA = $(datafiles)


More information about the dovecot-cvs mailing list