diff options
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a1e740b..ed68d93 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = defs $(TESTS) +EXTRA_DIST = $(TESTS) crawl-test.sh TESTS_ENVIRONMENT = TESTS_ENVIRONMENT += LD_LIBRARY_PATH=$(top_builddir)/src/.libs:$$LD_LIBRARY_PATH diff --git a/tests/Makefile.in b/tests/Makefile.in index 732c025..3bfd506 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -177,7 +177,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -EXTRA_DIST = defs $(TESTS) +EXTRA_DIST = $(TESTS) crawl-test.sh TESTS_ENVIRONMENT = \ LD_LIBRARY_PATH=$(top_builddir)/src/.libs:$$LD_LIBRARY_PATH \ PATH=$(top_builddir)/src/.libs:$$PATH |