From 2c2cdd88b2c9c288e018ca4902109cfb62876dd4 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Tue, 18 Nov 2008 23:47:00 +0000 Subject: 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 --- cpp/src/Makefile.am | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'cpp/src') 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 -- cgit v1.2.1