diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-05-01 20:14:39 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-05-01 20:14:39 +0000 |
commit | 6548fe9c53ce747b2fb5805ce00da1f30d2431a1 (patch) | |
tree | 1448d4f0eabcfe4f4fe0345f23f234851afc6388 /cpp/src | |
parent | 91e3b712f13fcbf3834ae547bd05254738dfed8e (diff) | |
download | qpid-python-6548fe9c53ce747b2fb5805ce00da1f30d2431a1.tar.gz |
Add qpidbroker.vcproj to windows_dist files; fixes QPID-1835
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@770812 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 89a7c49067..c01af9871a 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -27,6 +27,7 @@ windows_dist = \ broker.vcproj \ common.vcproj \ client.vcproj \ + qpidbroker.vcproj \ qmfconsole.vcproj \ protocol_gen.mak \ qpid/client/windows/SaslFactory.cpp \ |