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
commitd3cf12dc1c7c62471a3b6336152e40554f70c834 (patch)
tree944e13384343649edc5030f98054bf8eec6ecf42
parentf49bc309288098d2ab4858a6555fc30e014e949c (diff)
downloadqpid-python-d3cf12dc1c7c62471a3b6336152e40554f70c834.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@1143995 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index e848448f0c..4e13e9ad9c 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/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 \