summaryrefslogtreecommitdiff
path: root/cpp/src/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-07-03 23:51:17 +0000
committerAlan Conway <aconway@apache.org>2007-07-03 23:51:17 +0000
commitc601e5c7ea901afc71a6a82f61b3945022ae9e28 (patch)
treed6ce165deaa024fcfaa381eda59bca0ca9609873 /cpp/src/cluster.mk
parent653f0ed6cb89b0b38d295139c102c94352fb8a97 (diff)
downloadqpid-python-c601e5c7ea901afc71a6a82f61b3945022ae9e28.tar.gz
* cluster/ClasifierHandler: classifies frames for clustering treatment.
Currently classifies wiring separately from everything else. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@553024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.mk')
-rw-r--r--cpp/src/cluster.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk
index 07b4f045cc..173592dc38 100644
--- a/cpp/src/cluster.mk
+++ b/cpp/src/cluster.mk
@@ -11,7 +11,9 @@ libqpidcluster_la_SOURCES = \
qpid/cluster/Cpg.cpp \
qpid/cluster/Cpg.h \
qpid/cluster/Dispatchable.h \
- qpid/cluster/ClusterPluginProvider.cpp
+ qpid/cluster/ClusterPluginProvider.cpp \
+ qpid/cluster/ClassifierHandler.h \
+ qpid/cluster/ClassifierHandler.cpp
libqpidcluster_la_LIBADD= -lcpg libqpidbroker.la