summaryrefslogtreecommitdiff
path: root/cpp/src
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
commit2c2cdd88b2c9c288e018ca4902109cfb62876dd4 (patch)
tree5dd72f485d51a6d600b411300b4ffbf672a79bd5 /cpp/src
parent792347655a42cf79f391cb9565a823ec3ff9c512 (diff)
downloadqpid-python-2c2cdd88b2c9c288e018ca4902109cfb62876dd4.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/qpid@718802 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Makefile.am39
1 files changed, 38 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am
index f7ff89b677..60e163e8af 100644
--- a/cpp/src/Makefile.am
+++ b/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