diff options
author | Gordon Sim <gsim@apache.org> | 2009-08-13 07:17:15 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-08-13 07:17:15 +0000 |
commit | c22dd58dd09c72a83867a9b3ec833caaf2ee8d3a (patch) | |
tree | df3048c33d8858ad1cbb949cdb324e6b7def6cca /qpid/cpp | |
parent | 39231bd8cb769ca9065d0a0f7c5b5446195224ce (diff) | |
download | qpid-python-c22dd58dd09c72a83867a9b3ec833caaf2ee8d3a.tar.gz |
Add missing file to distribution list
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@803796 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-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 feff066e2e..0eff526203 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -377,6 +377,7 @@ libqpidcommon_la_SOURCES += \ qpid/framing/InitiationHandler.h \ qpid/framing/InputHandler.h \ qpid/framing/Invoker.h \ + qpid/framing/IsInSequenceSet.h \ qpid/framing/MethodBodyFactory.h \ qpid/framing/MethodContent.h \ qpid/framing/ModelMethod.h \ |