diff options
| author | Alan Conway <aconway@apache.org> | 2008-05-09 18:46:17 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-05-09 18:46:17 +0000 |
| commit | b0f3edfa2a68ccf34aa7a555d0d37c2e17b8421b (patch) | |
| tree | a94c5a579769809f4d398f4c65ad579a432b93fd /cpp/src/Makefile.am | |
| parent | 2ebccc4f3ab6e7813ac2179c8318163ffdd22cff (diff) | |
| download | qpid-python-b0f3edfa2a68ccf34aa7a555d0d37c2e17b8421b.tar.gz | |
Support for 0-10 sessions, not yet integrated. Misc minor fixes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 5c052b0fe3..4a49c83b65 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -46,7 +46,7 @@ DISTCLEANFILES+=qpid/framing/MaxMethodBodySize.h ## Compiler flags -AM_CXXFLAGS = $(WARNING_CFLAGS) $(CFLAGS) +AM_CXXFLAGS = $(WARNING_CFLAGS) AM_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO_ARG) INCLUDES = -Igen -I$(srcdir)/gen @@ -170,9 +170,13 @@ libqpidcommon_la_LIBADD = \ libqpidcommon_la_SOURCES = \ $(rgen_framing_srcs) \ $(platform_src) \ + qpid/amqp_0_10/SessionHandler.h \ + qpid/amqp_0_10/SessionHandler.cpp \ qpid/Serializer.h \ - qpid/SessionState.cpp \ qpid/SessionState.h \ + qpid/SessionState.cpp \ + qpid/SessionId.h \ + qpid/SessionId.cpp \ qpid/framing/AccumulatedAck.cpp \ qpid/framing/AMQBody.cpp \ qpid/framing/AMQMethodBody.cpp \ @@ -330,6 +334,7 @@ nobase_include_HEADERS = \ qpid/assert.h \ qpid/DataDir.h \ qpid/Exception.h \ + qpid/ExceptionHolder.h \ qpid/amqp_0_10/Exception.h \ qpid/Msg.h \ qpid/Options.h \ |
