diff options
Diffstat (limited to 'cpp/lib/broker/Makefile.am')
| -rw-r--r-- | cpp/lib/broker/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/cpp/lib/broker/Makefile.am b/cpp/lib/broker/Makefile.am index b1a0c1af78..06d81d13e5 100644 --- a/cpp/lib/broker/Makefile.am +++ b/cpp/lib/broker/Makefile.am @@ -65,10 +65,12 @@ libqpidbroker_la_SOURCES = \ QueueRegistry.h \ RecoveryManager.cpp \ RecoveryManager.h \ - ConnectionFactory.cpp \ - ConnectionFactory.h \ - Connection.cpp \ - Connection.h \ + ConnectionFactory.cpp \ + ConnectionFactory.h \ + Connection.cpp \ + Connection.h \ + BrokerAdapter.cpp \ + BrokerAdapter.h \ TopicExchange.cpp \ TopicExchange.h \ TransactionalStore.h \ |
