diff options
-rw-r--r-- | Makefile.in | 3 |
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)&;\ |