diff options
| author | Gordon Sim <gsim@apache.org> | 2013-05-24 00:50:47 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-05-24 00:50:47 +0000 |
| commit | 3aabdf7204faeb6d0b53409b5836729778e3b2f0 (patch) | |
| tree | 833136e3e5ed6ea7c726c08c9e73b3e94331e8fe /qpid/cpp/src/Makefile.am | |
| parent | 31572da70d4812272caca4e20a6c689fc0f7578c (diff) | |
| download | qpid-python-3aabdf7204faeb6d0b53409b5836729778e3b2f0.tar.gz | |
QPID-4859: ensure flush is called on journals
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1485909 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 9c2ca83214..1c129e196a 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -635,6 +635,8 @@ libqpidbroker_la_SOURCES = \ qpid/broker/HeadersExchange.cpp \ qpid/broker/HeadersExchange.h \ qpid/broker/AsyncCompletion.h \ + qpid/broker/IngressCompletion.h \ + qpid/broker/IngressCompletion.cpp \ qpid/broker/IndexedDeque.h \ qpid/broker/Link.cpp \ qpid/broker/Link.h \ |
