From b75135aaf338a8c59fadb33a7d06ab3ffe55fa07 Mon Sep 17 00:00:00 2001 From: damitha Date: Sun, 27 Jun 2010 02:26:55 +0000 Subject: Add sample to demonstrate the http cookie session support git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958315 13f79535-47bb-0310-9956-ffa450edef68 --- samples/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'samples/configure.ac') diff --git a/samples/configure.ac b/samples/configure.ac index 81e4a86..0810ff6 100644 --- a/samples/configure.ac +++ b/samples/configure.ac @@ -131,6 +131,7 @@ AC_CONFIG_FILES([Makefile \ server/sg_math/Makefile \ server/mtom/Makefile \ server/mtom_callback/Makefile \ + server/session/Makefile \ client/Makefile \ client/echo/Makefile \ client/math/Makefile \ @@ -146,6 +147,7 @@ AC_CONFIG_FILES([Makefile \ client/amqp/notify/Makefile \ client/amqp/mtom/Makefile \ client/amqp/mtom/resources/Makefile \ + client/session/Makefile \ user_guide/Makefile \ user_guide/clients/Makefile \ mtom_caching_callback/Makefile \ -- cgit v1.1-32-gdbae