diff options
author | Gordon Sim <gsim@apache.org> | 2009-01-26 10:51:17 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-01-26 10:51:17 +0000 |
commit | 7db12040e39cc101fbd980e29f37a4c20feff766 (patch) | |
tree | 49908c8b80d4e284b7b6595cf7972ecb0e34adb2 | |
parent | 7a11e69aa1a86660b9cd4df58fe54bdce7dae089 (diff) | |
download | qpid-python-7db12040e39cc101fbd980e29f37a4c20feff766.tar.gz |
Add missing file to distribution list.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@737670 13f79535-47bb-0310-9956-ffa450edef68
-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 56c7cf39e1..e4e9a98aa7 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -657,6 +657,7 @@ nobase_include_HEADERS = \ qpid/log/SinkOptions.h \ qpid/log/Statement.h \ qpid/management/Args.h \ + qpid/management/IdAllocator.h \ qpid/management/Manageable.h \ qpid/management/ManagementBroker.h \ qpid/management/ManagementEvent.h \ |