diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-12-03 13:35:39 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-12-03 13:35:39 +0000 |
commit | 78b4fc5f80cc7ef0cee42427bbc22f7db423c057 (patch) | |
tree | 983c7a5c420e9647aaaad00503239e1dcc51cf69 /cpp | |
parent | c742af513e2afe49de32d90300b0c83ef340569d (diff) | |
download | qpid-python-78b4fc5f80cc7ef0cee42427bbc22f7db423c057.tar.gz |
QPID-2227 C++ "make dist" is missing cluster.cmake and has unneeded test_env.sh
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@886779 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index dc677c5862..013efa8c05 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -311,7 +311,7 @@ EXTRA_DIST += \ run_perftest \ ring_queue_test \ run_ring_queue_test \ - test_env.sh + cluster.cmake check_LTLIBRARIES += libdlclose_noop.la libdlclose_noop_la_LDFLAGS = -module -rpath $(abs_builddir) |