diff options
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 15a0eb448a..fbce21d579 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -422,6 +422,7 @@ libqpidcommon_la_SOURCES += \ qpid/log/Selector.cpp \ qpid/log/Statement.cpp \ qpid/management/Buffer.cpp \ + qpid/management/ConnectionSettings.cpp \ qpid/management/Manageable.cpp \ qpid/management/ManagementObject.cpp \ qpid/management/Mutex.cpp \ @@ -809,6 +810,7 @@ nobase_include_HEADERS += \ ../include/qpid/log/Statement.h \ ../include/qpid/management/Args.h \ ../include/qpid/management/Buffer.h \ + ../include/qpid/management/ConnectionSettings.h \ ../include/qpid/management/Manageable.h \ ../include/qpid/management/ManagementEvent.h \ ../include/qpid/management/ManagementObject.h \ |
