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 | d0d54244aa7897c503e2901ded2a43a2d3abbdf2 (patch) | |
tree | bd683d5a9f7d26e794cd0de163b576bc8a059242 /qpid/cpp/src | |
parent | c01705b43f3208bb999a66f69307a99402acf5ca (diff) | |
download | qpid-python-d0d54244aa7897c503e2901ded2a43a2d3abbdf2.tar.gz |
Add qpidbroker.vcproj to windows_dist files; fixes QPID-1835
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@770812 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r-- | qpid/cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 89a7c49067..c01af9871a 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/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 \ |