]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Makefile fixes to include everything in dist
authorTimo Sirainen <tss@iki.fi>
Wed, 10 Aug 2011 14:37:16 +0000 (17:37 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 10 Aug 2011 14:37:16 +0000 (17:37 +0300)
src/plugins/fts-lucene/Makefile.am
src/plugins/fts/Makefile.am

index 2c303521ee76fe7411376897b00755808aaa6197..8e237a926c83026972f89fbd0439541657d6cd7f 100644 (file)
@@ -36,6 +36,5 @@ if BUILD_LUCENE_TEXTCAT
 exampledir = $(docdir)/example-config
 example_DATA = \
        textcat.conf
-else
-EXTRA_DIST = textcat.conf
 endif
+EXTRA_DIST = textcat.conf
index 483108d80d5629b017b81c124136ba10046bad0f..79612a572914df3e7a04581219f705197439d0e9 100644 (file)
@@ -46,3 +46,4 @@ xml2text_LDADD = fts-parser-html.lo $(LIBDOVECOT)
 xml2text_DEPENDENCIES = fts-parser-html.lo $(LIBDOVECOT_DEPS)
 
 pkglibexec_SCRIPTS = decode2text.sh
+EXTRA_DIST = $(pkglibexec_SCRIPTS)