summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordevzero2000 <devzero2000>2010-06-30 15:27:16 +0000
committerdevzero2000 <devzero2000>2010-06-30 15:27:16 +0000
commit226d320387e4b78163ae9df66c8baf10760ba3b8 (patch)
tree814188aec26306d6a260d5394c4c082e437931e9 /Makefile.am
parent4d28f2e36ea29bca5016ff319897935fb384e9fa (diff)
downloadlibpopt-226d320387e4b78163ae9df66c8baf10760ba3b8.tar.gz
Fixed VPATH building with arbitrary directory structure
make distcheck worked before just for luck.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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