summaryrefslogtreecommitdiff
path: root/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-04-09 17:19:32 +0000
committerTed Ross <tross@apache.org>2010-04-09 17:19:32 +0000
commit3e19793c8f5be1676ea6f7577196f1b01cadf685 (patch)
tree5d36d56405507f9c68736a4299f21dea294b99f5 /cpp/src/Makefile.am
parentfcfff56e615c4054d52dc510c9cd1d1103249dce (diff)
downloadqpid-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.am2
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 \