From 226d320387e4b78163ae9df66c8baf10760ba3b8 Mon Sep 17 00:00:00 2001 From: devzero2000 Date: Wed, 30 Jun 2010 15:27:16 +0000 Subject: Fixed VPATH building with arbitrary directory structure make distcheck worked before just for luck. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4afa610..e6e989d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ test1_LDADD = $(top_builddir)/$(usrlib_LTLIBRARIES) test2_LDADD = $(top_builddir)/$(usrlib_LTLIBRARIES) tdict_LDADD = $(top_builddir)/$(usrlib_LTLIBRARIES) -TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=.:../src:$$PATH \ +TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) testpoptrc="$(top_srcdir)/test-poptrc" PATH=.:../src:$$PATH \ $(SHELL) TESTS = $(top_builddir)/testit.sh -- cgit v1.2.1