diff options
author | Michael Goulish <mgoulish@apache.org> | 2011-06-30 18:05:57 +0000 |
---|---|---|
committer | Michael Goulish <mgoulish@apache.org> | 2011-06-30 18:05:57 +0000 |
commit | f79ba92ffe3335b739bc060aeafd9de325d05ed3 (patch) | |
tree | dd8b54fc0ddec96c9bf2e96137dbfdc59155c6c7 /cpp/src | |
parent | 60221e0c640155ff1f045c6d007e7e6582a65211 (diff) | |
download | qpid-python-f79ba92ffe3335b739bc060aeafd9de325d05ed3.tar.gz |
Code Haiku
============================
Summer
----------
A new "dot h"
Ripened by the drowsy sun.
Doh! forgot makefile!
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1141644 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 608afb0660..e848448f0c 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -652,6 +652,7 @@ libqpidbroker_la_SOURCES = \ qpid/broker/SessionState.h \ qpid/broker/SignalHandler.cpp \ qpid/broker/SignalHandler.h \ + qpid/broker/StatefulQueueObserver.h \ qpid/broker/System.cpp \ qpid/broker/System.h \ qpid/broker/ThresholdAlerts.cpp \ |