[tracker] template files should go in dist tarball
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] template files should go in dist tarball
- Date: Thu, 13 May 2010 15:18:29 +0000 (UTC)
commit ce06bbff3b8805dd783097f3ac5f8e4e10844ff5
Author: Aleksander Morgado <aleksander lanedo com>
Date: Thu May 13 17:18:06 2010 +0200
template files should go in dist tarball
tests/functional-tests/Makefile.am | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index 533f20a..bc05745 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -29,16 +29,18 @@ bashscriptsdir = $(datadir)/tracker-tests
bashscripts_in_files = \
force-sqlite-misused.sh.in \
force-sqlite-misused-batch.sh.in \
- helper-test-data.sh.in
+ helper-test-data.sh.in
bashscripts_SCRIPTS = \
$(bashscripts_in_files:.sh.in=.sh)
%.sh: %.sh.in
@sed -e "s|@topsrcdir[ ]|${top_srcdir}|" \
- -e "s|@libexecdir[ ]|${libexecdir}|" $< > $@
+ -e "s|@libexecdir[ ]|${libexecdir}|" $< > $@
-EXTRA_DIST = $(config_SCRIPTS) \
- $(bashscripts_SCRIPTS)
+EXTRA_DIST = \
+ $(config_SCRIPTS) \
+ $(bashscripts_SCRIPTS) \
+ $(bashscripts_in_files)
CLEANFILES = $(bashscripts_SCRIPTS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]