summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2011-07-07 19:36:12 +0000
committerCharles E. Rolke <chug@apache.org>2011-07-07 19:36:12 +0000
commit6f22c386443b868d9d166660bace4a223f9705a2 (patch)
treec92684b60f7015bc9d96293413b5eef9a2e372d2
parenta8555fea06aad38999620ce4de09a5e5c6b63fd5 (diff)
downloadqpid-python-6f22c386443b868d9d166660bace4a223f9705a2.tar.gz
QPID-2905 Code modifications to enable Windows builds with the mingw32 compiler.
See also checkin 1104662. Add newly created file to Makefile.am windows_dist list to ensure the file is included in the cpp source distribution. This patch is required for 0.12 distributions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1143995 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index e848448f0c..4e13e9ad9c 100644
--- a/cpp/src/Makefile.am
+++ b/cpp/src/Makefile.am
@@ -37,6 +37,7 @@ windows_dist = \
qpid/sys/windows/IOHandle.cpp \
qpid/sys/windows/IoHandlePrivate.h \
qpid/sys/windows/LockFile.cpp \
+ qpid/sys/windows/mingw32_compat.h \
qpid/sys/windows/PollableCondition.cpp \
qpid/sys/windows/PipeHandle.cpp \
../include/qpid/sys/windows/Mutex.h \