summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2008-10-24 21:37:57 +0000
committerStephen D. Huston <shuston@apache.org>2008-10-24 21:37:57 +0000
commitf5566f6aea9f98eac2aa7793a35d42f067650667 (patch)
treeeacf3b6430ebc9535faa4128ee1c0630372e16dd /qpid/cpp/src/Makefile.am
parentee342202c75f6525c689195c3e0edd99e9650dfb (diff)
downloadqpid-python-f5566f6aea9f98eac2aa7793a35d42f067650667.tar.gz
Fix Address wrapper to compile on MS VC8; discussed with Alan Conway
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@707754 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 5d742877f5..f8c4fc42a8 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -232,6 +232,7 @@ libqpidcommon_la_SOURCES = \
$(platform_src) \
qpid/assert.cpp qpid/assert.h \
qpid/pointer_to_other.h \
+ qpid/Address.cpp \
qpid/DataDir.cpp \
qpid/Exception.cpp \
qpid/Options.cpp \
@@ -543,6 +544,7 @@ nobase_include_HEADERS = \
qpid/framing/Array.h \
qpid/framing/Blob.h \
qpid/framing/BodyHandler.h \
+ qpid/framing/BodyHolder.h \
qpid/framing/Buffer.h \
qpid/framing/ChannelHandler.h \
qpid/framing/Endian.h \
@@ -558,7 +560,6 @@ nobase_include_HEADERS = \
qpid/framing/InputHandler.h \
qpid/framing/InitiationHandler.h \
qpid/framing/MethodContent.h \
- qpid/framing/BodyHolder.h \
qpid/framing/MaxMethodBodySize.h \
qpid/framing/ModelMethod.h \
qpid/framing/OutputHandler.h \
@@ -613,6 +614,7 @@ nobase_include_HEADERS = \
qpid/sys/FileSysDir.h \
qpid/sys/IntegerTypes.h \
qpid/sys/IOHandle.h \
+ qpid/sys/LockFile.h \
qpid/sys/LockPtr.h \
qpid/sys/Monitor.h \
qpid/sys/Mutex.h \
@@ -622,7 +624,6 @@ nobase_include_HEADERS = \
qpid/sys/ProtocolFactory.h \
qpid/sys/Runnable.h \
qpid/sys/Fork.h \
- qpid/sys/LockFile.h \
qpid/sys/ScopedIncrement.h \
qpid/sys/Semaphore.h \
qpid/sys/SystemInfo.h \