diff options
author | Ted Ross <tross@apache.org> | 2008-10-08 13:57:18 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2008-10-08 13:57:18 +0000 |
commit | ebd5adf5d232164080ee666f7a8e22e204582981 (patch) | |
tree | 4eedc7e52955b142dd5bae2a71023fb8e7c0fc0d /cpp/src | |
parent | b10b0eb92315a9dbc01ccd07444f520022f46dc3 (diff) | |
download | qpid-python-ebd5adf5d232164080ee666f7a8e22e204582981.tar.gz |
Fixed a couple of distribution bugs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@702880 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 116fde3f32..64c2b3fcc1 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -417,6 +417,7 @@ nobase_include_HEADERS = \ qpid/InlineAllocator.h \ qpid/memory.h \ qpid/shared_ptr.h \ + qpid/Version.h \ qpid/agent/ManagementAgent.h \ qpid/agent/ManagementAgentImpl.h \ qpid/broker/Broker.h \ |