summaryrefslogtreecommitdiff
path: root/auto
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 /auto
parent4d28f2e36ea29bca5016ff319897935fb384e9fa (diff)
downloadlibpopt-226d320387e4b78163ae9df66c8baf10760ba3b8.tar.gz
Fixed VPATH building with arbitrary directory structure
make distcheck worked before just for luck.
Diffstat (limited to 'auto')
-rw-r--r--auto/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/Makefile.am b/auto/Makefile.am
index 97a86ab..87aa601 100644
--- a/auto/Makefile.am
+++ b/auto/Makefile.am
@@ -8,5 +8,5 @@ clean-local:
if HAVE_API_SANITY_AUTOTEST
check-local:
-[ -d tests ] && ${API_SANITY_AUTOTEST} -l popt -d desc -clean
- -${API_SANITY_AUTOTEST} -l popt -d desc -st types -gen -build -run
+ -${API_SANITY_AUTOTEST} -l popt -d desc -st $(top_srcdir)/auto/types -gen -build -run
endif HAVE_API_SANITY_AUTOTEST