aboutsummaryrefslogtreecommitdiff
path: root/evolution/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-06-03 15:02:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-06-03 15:02:51 +0200
commite6b93ff477d7c789b786b059dcab1f66e5aae013 (patch)
tree06abb2e92d7e6f99c957ba0f0641afc36a1712d9 /evolution/makefile
parentd83890c0c2c95da9e190a8f9a7ddc29cd621bef7 (diff)
Use database name in options and driver files (autotools part)
Diffstat (limited to 'evolution/makefile')
-rw-r--r--evolution/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution/makefile b/evolution/makefile
index 9f85cf8..d83995e 100644
--- a/evolution/makefile
+++ b/evolution/makefile
@@ -33,7 +33,7 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(build_tests)))
name := evolution
$(dist): name := $(name)
$(dist): data_dist := tester.bat
-$(dist): exec_dist := tester
+$(dist): exec_dist := tester.in
$(dist): export dirs := $(filter-out $(no_dist_tests),$(tests))
$(dist): export extra_dist := $(data_dist) $(exec_dist) test.bat \
$(call vc9slns,$(name)) $(call vc10slns,$(name)) $(call vc11slns,$(name))