summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2008-11-18 23:47:00 +0000
committerStephen D. Huston <shuston@apache.org>2008-11-18 23:47:00 +0000
commitbe82dbd8a04b79f2110a2014ac5b2fd4c71fc5ad (patch)
treeb7a3cd340781d5804be64ca8fd086b8ca9ff2acf /qpid/cpp/src/Makefile.am
parent73b4c6934d6ed97cf864bee86a1fc67bbb9c3264 (diff)
downloadqpid-python-be82dbd8a04b79f2110a2014ac5b2fd4c71fc5ad.tar.gz
Add Windows-specific files to EXTRA_DIST so they are in releases; fixes QPID-1467
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@718802 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am39
1 files changed, 38 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index f7ff89b677..60e163e8af 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -1,6 +1,43 @@
SUBDIRS = . tests
-EXTRA_DIST= $(platform_dist) $(rgen_srcs)
+# The Windows-only sources are not compiled using this Makefile, but
+# are listed here to ensure they're included in releases. They are built
+# using Visual Studio solutions/projects.
+windows_dist = \
+ qpid.sln \
+ broker.vcproj \
+ common.vcproj \
+ client.vcproj \
+ MaxMethodBodySize.vcproj \
+ protocol_gen.mak \
+ qpid/log/windows/SinkOptions.cpp \
+ qpid/log/windows/SinkOptions.h \
+ qpid/sys/windows/check.h \
+ qpid/sys/windows/AsynchIO.cpp \
+ qpid/sys/windows/AsynchIoResult.h \
+ qpid/sys/windows/Condition.h \
+ qpid/sys/windows/FileSysDir.cpp \
+ qpid/sys/windows/IntegerTypes.h \
+ qpid/sys/windows/IocpDispatcher.cpp \
+ qpid/sys/windows/IocpPoller.cpp \
+ qpid/sys/windows/IOHandle.cpp \
+ qpid/sys/windows/IoHandlePrivate.h \
+ qpid/sys/windows/LockFile.cpp \
+ qpid/sys/windows/Mutex.h \
+ qpid/sys/windows/Shlib.cpp \
+ qpid/sys/windows/Socket.cpp \
+ qpid/sys/windows/StrError.cpp \
+ qpid/sys/windows/SystemInfo.cpp \
+ qpid/sys/windows/Thread.cpp \
+ qpid/sys/windows/Time.cpp \
+ qpid/sys/windows/Time.h \
+ qpid/sys/windows/uuid.cpp \
+ qpid/sys/windows/uuid.h \
+ windows/QpiddBroker.cpp \
+ qpid/broker/windows/BrokerDefaults.cpp \
+ qpid/broker/windows/SaslAuthenticator.cpp
+
+EXTRA_DIST= $(platform_dist) $(rgen_srcs) $(windows_dist)
## Generated code