changeset 13213:df09f521a972

Makefile fixes to include everything in dist
author Timo Sirainen <tss@iki.fi>
date Wed, 10 Aug 2011 17:37:16 +0300
parents 8095a30c8ee2
children 074d564f9054
files src/plugins/fts-lucene/Makefile.am src/plugins/fts/Makefile.am
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/fts-lucene/Makefile.am	Wed Aug 10 17:37:07 2011 +0300
+++ b/src/plugins/fts-lucene/Makefile.am	Wed Aug 10 17:37:16 2011 +0300
@@ -36,6 +36,5 @@
 exampledir = $(docdir)/example-config
 example_DATA = \
 	textcat.conf
-else
+endif
 EXTRA_DIST = textcat.conf
-endif
--- a/src/plugins/fts/Makefile.am	Wed Aug 10 17:37:07 2011 +0300
+++ b/src/plugins/fts/Makefile.am	Wed Aug 10 17:37:16 2011 +0300
@@ -46,3 +46,4 @@
 xml2text_DEPENDENCIES = fts-parser-html.lo $(LIBDOVECOT_DEPS)
 
 pkglibexec_SCRIPTS = decode2text.sh
+EXTRA_DIST = $(pkglibexec_SCRIPTS)