From 4ef7f45b5fc6eea2b9d29245f9c27f58468b8bb2 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Sun, 27 Apr 2008 18:32:26 +0000 Subject: Session state as per AMQP 0-10 specification. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@651997 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/Makefile.am') diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index ce36a33933..a64f70abd8 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -138,6 +138,8 @@ libqpidcommon_la_SOURCES = \ $(rgen_framing_srcs) \ $(platform_src) \ qpid/Serializer.h \ + qpid/SessionState.cpp \ + qpid/SessionState.h \ qpid/framing/AccumulatedAck.cpp \ qpid/framing/AMQBody.cpp \ qpid/framing/AMQMethodBody.cpp \ -- cgit v1.2.1