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 6692701502..757f08339c 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -423,6 +423,7 @@ libqpidcommon_la_SOURCES += \ qpid/management/Buffer.cpp \ qpid/management/Manageable.cpp \ qpid/management/ManagementObject.cpp \ + qpid/management/Mutex.cpp \ qpid/memory.h \ qpid/pointer_to_other.h \ qpid/ptr_map.h \ @@ -806,6 +807,7 @@ nobase_include_HEADERS += \ ../include/qpid/management/Manageable.h \ ../include/qpid/management/ManagementEvent.h \ ../include/qpid/management/ManagementObject.h \ + ../include/qpid/management/Mutex.h \ ../include/qpid/sys/Condition.h \ ../include/qpid/sys/ExceptionHolder.h \ ../include/qpid/sys/IOHandle.h \ |
