diff options
author | Alan Conway <aconway@apache.org> | 2007-08-15 12:26:33 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-08-15 12:26:33 +0000 |
commit | df9e676a9c6b326aa239f5d7ee1f458db96dabad (patch) | |
tree | 088ce85edec4836ed683a98189a33767d6d6b8f4 /cpp/src | |
parent | 5429f7bc801a9e00b67a8c73afa8e466ed7445f7 (diff) | |
download | qpid-python-df9e676a9c6b326aa239f5d7ee1f458db96dabad.tar.gz |
Add missing files to source lists for distcheck.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@566119 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 f87947dd71..0f91faba63 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -369,6 +369,7 @@ nobase_include_HEADERS = \ qpid/framing/HeaderProperties.h \ qpid/framing/InitiationHandler.h \ qpid/framing/InputHandler.h \ + qpid/framing/MethodContent.h \ qpid/framing/OutputHandler.h \ qpid/framing/ProtocolInitiation.h \ qpid/framing/ProtocolVersion.h \ |