diff options
| author | Stephen D. Huston <shuston@apache.org> | 2008-10-24 21:37:57 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2008-10-24 21:37:57 +0000 |
| commit | 85411cebd80ad297ce371ff4bf1cf80d75c0e6e5 (patch) | |
| tree | 9a1538c614dda4cb795305d323c7e34e1538fb69 /cpp/src/Makefile.am | |
| parent | 5a684566ffc9c8934fd1255bf526efd827ebbdf8 (diff) | |
| download | qpid-python-85411cebd80ad297ce371ff4bf1cf80d75c0e6e5.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/qpid@707754 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 5d742877f5..f8c4fc42a8 100644 --- a/cpp/src/Makefile.am +++ b/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 \ |
