diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-11-30 06:21:49 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-11-30 06:21:49 +0000 |
| commit | b44a8788b44fc8c530841019b26af64b5fca1c5f (patch) | |
| tree | ace9287d412d1037a6f87d4da585596acbe2341a /cpp/src/tests/Makefile.am | |
| parent | edc043f29b9aa7e686b151de5abe6b99118ac980 (diff) | |
| download | qpid-python-b44a8788b44fc8c530841019b26af64b5fca1c5f.tar.gz | |
Fix autotool dependency on installed libtool for running "make check"
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@885339 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 2d4d6ec0cf..44e1574968 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -279,6 +279,7 @@ qpid_stream_LDADD=$(lib_client) TESTS_ENVIRONMENT = \ VALGRIND=$(VALGRIND) \ + LIBTOOL="$(LIBTOOL)" \ srcdir=$(srcdir) \ top_builddir=$(top_builddir) \ QPID_DATA_DIR= \ |
