diff options
author | Alan Conway <aconway@apache.org> | 2008-03-25 13:48:30 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-03-25 13:48:30 +0000 |
commit | 5444def1a124b7ef609ad2a585d333a4654c736a (patch) | |
tree | 7c249bcd6faf6f3df75bd72bc1fa815bd6da8db6 /cpp | |
parent | b449826a61eaa0a754e55ca8143882216a07d7e0 (diff) | |
download | qpid-python-5444def1a124b7ef609ad2a585d333a4654c736a.tar.gz |
Add missing header file to SOURCES.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@640813 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-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 afe98b4b0f..fce2788662 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -414,6 +414,7 @@ nobase_include_HEADERS = \ qpid/framing/HeaderProperties.h \ qpid/framing/Invoker.h \ qpid/framing/InputHandler.h \ + qpid/framing/InitiationHandler.h \ qpid/framing/MethodContent.h \ qpid/framing/BodyHolder.h \ qpid/framing/MaxMethodBodySize.h \ |