summaryrefslogtreecommitdiffstats
path: root/src/lib/resolve
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@isc.org>2012-06-21 16:29:08 +0200
committerMukund Sivaraman <muks@isc.org>2012-06-21 16:29:08 +0200
commit713e348235a7bcaf525e59ecf40efbd4a343ccfd (patch)
tree14f2d3d4b3bff5eb7afae3283d41dbd7a50ef019 /src/lib/resolve
parent[master] Workaround for getopt() bug in glibc. (diff)
downloadkea-713e348235a7bcaf525e59ecf40efbd4a343ccfd.tar.xz
kea-713e348235a7bcaf525e59ecf40efbd4a343ccfd.zip
[master] Use libtool from top_builddir
Diffstat (limited to 'src/lib/resolve')
-rw-r--r--src/lib/resolve/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/resolve/tests/Makefile.am b/src/lib/resolve/tests/Makefile.am
index 4ee38118d5..97afe5c7b7 100644
--- a/src/lib/resolve/tests/Makefile.am
+++ b/src/lib/resolve/tests/Makefile.am
@@ -9,7 +9,7 @@ endif
CLEANFILES = *.gcno *.gcda
TESTS_ENVIRONMENT = \
- libtool --mode=execute $(VALGRIND_COMMAND)
+ $(LIBTOOL) --mode=execute $(VALGRIND_COMMAND)
TESTS =
if HAVE_GTEST