summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-05-13 12:44:41 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-05-13 12:44:41 (EDT)
commit744a2bf5307c22a68202ddbaeb3eea2d5d060f2a (patch)
treeac650fd6978f46555d09f58d527d4b6da2fdac43
parentdc131aa29be51ca3e9cfb9433a6880a693aba00c (diff)
Makefile.in: Distribute tests data.
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2ad1ab2..7df5da9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -90,7 +90,8 @@ distfiles = \
$(man1_srcs) \
$(man3_srcs) \
$(locale_srcs) \
- $(tests)
+ $(tests) \
+ $(tests_data)
script = \
s&@@PACKAGE_NAME@@&$(package_name)&;\