diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2008-09-11 04:45:26 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2008-09-11 04:45:26 +0000 |
| commit | 01708e9a8d635c816cc6ad115e018deea2b5e940 (patch) | |
| tree | 0d10bce5d3becc2634319ce62cc99323a79e8585 /qpid/cpp/src/tests/cluster.mk | |
| parent | f64522fbecc560ad4d0335fe95f4c294760232b0 (diff) | |
| download | qpid-python-01708e9a8d635c816cc6ad115e018deea2b5e940.tar.gz | |
Refactored c++ client library to allow multiple protocols to be
used simultaneously:
- Added in capability for client library plugins:
Client library will load in plugin modules from
the client library module directory on library load.
- Add protocol option into the standard client command line options
- Split plugin module load area into daemon and client;
default daemon module directory is now <libdir>/qpid/daemon,
default client module directory is <libdir>/qpid/client.
- Changed names of plugins to leave out libqpid prefix
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@694113 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index 8b83e927ec..3454beb9bc 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/cpp/src/tests/cluster.mk @@ -3,7 +3,7 @@ if CPG # Cluster tests makefile fragment, to be included in Makefile.am # -lib_cluster = $(abs_builddir)/../libqpidcluster.la +lib_cluster = $(abs_builddir)/../cluster.la # NOTE: Programs using the openais library must be run with gid=ais # You should do "newgrp ais" before running the tests to run these. |
