summaryrefslogtreecommitdiff
path: root/cpp/src
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
commitccf2930a1c742f135ce2a38b9fb07dd7a607507a (patch)
treec92684b60f7015bc9d96293413b5eef9a2e372d2 /cpp/src
parentdf4a73a9ec3ca66926c91d531c4d6dffa4e959ec (diff)
downloadqpid-python-ccf2930a1c742f135ce2a38b9fb07dd7a607507a.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
Diffstat (limited to 'cpp/src')
-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 \