diff options
| author | Ted Ross <tross@apache.org> | 2010-04-09 17:19:32 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-04-09 17:19:32 +0000 |
| commit | 3e19793c8f5be1676ea6f7577196f1b01cadf685 (patch) | |
| tree | 5d36d56405507f9c68736a4299f21dea294b99f5 /cpp/src/Makefile.am | |
| parent | fcfff56e615c4054d52dc510c9cd1d1103249dce (diff) | |
| download | qpid-python-3e19793c8f5be1676ea6f7577196f1b01cadf685.tar.gz | |
QPID-2489 - Added wrapped version of Mutex to isolate QMF-generated source from boost.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@932517 13f79535-47bb-0310-9956-ffa450edef68
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 \ |
