diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-05-01 20:13:50 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-05-01 20:13:50 +0000 |
| commit | b660c8be543e79b4b78712c57d0de8564a887d3f (patch) | |
| tree | a5622f8c05df5f58a9ff60ff0f7efadb5359717b | |
| parent | 641de0cb733a8dfd116c9f13bdf404e7a8f57901 (diff) | |
| download | qpid-python-b660c8be543e79b4b78712c57d0de8564a887d3f.tar.gz | |
Add qpidbroker.vcproj to windows_dist files; fixes QPID-1835
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-release@770810 13f79535-47bb-0310-9956-ffa450edef68
| -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 7de05645fa..65d9bb3a25 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 \ |
