summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-02-15 14:17:45 +0000
committerGordon Sim <gsim@apache.org>2011-02-15 14:17:45 +0000
commitfb6dceaf541d6cef58dc4264346703733f8c6657 (patch)
tree15ca8c59c1a9a6786ab08690d7acf6320c1e1dc2 /cpp/src/Makefile.am
parent255de40c8d4dcab8bdfbc55a1a8838bdd88ae5b9 (diff)
downloadqpid-python-fb6dceaf541d6cef58dc4264346703733f8c6657.tar.gz
QPID-3002: Configurable threshold alerts for queues
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1070913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
-rw-r--r--cpp/src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index fc93653017..4e398ddc5e 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -603,6 +603,7 @@ libqpidbroker_la_SOURCES = \
qpid/broker/QueueEvents.h \
qpid/broker/QueueListeners.cpp \
qpid/broker/QueueListeners.h \
+ qpid/broker/QueueObserver.h \
qpid/broker/QueuePolicy.cpp \
qpid/broker/QueuePolicy.h \
qpid/broker/QueueRegistry.cpp \
@@ -649,6 +650,8 @@ libqpidbroker_la_SOURCES = \
qpid/broker/SignalHandler.h \
qpid/broker/System.cpp \
qpid/broker/System.h \
+ qpid/broker/ThresholdAlerts.cpp \
+ qpid/broker/ThresholdAlerts.h \
qpid/broker/TopicExchange.cpp \
qpid/broker/TopicExchange.h \
qpid/broker/TransactionalStore.h \