summaryrefslogtreecommitdiffstats
path: root/samples/configure.ac
diff options
context:
space:
mode:
authorGravatar damitha2010-06-27 02:26:55 +0000
committerGravatar damitha2010-06-27 02:26:55 +0000
commitb75135aaf338a8c59fadb33a7d06ab3ffe55fa07 (patch)
tree023523c023b49f614209df97f79de554dfc6421e /samples/configure.ac
parentf4ad5cc1b7be608ffbf2d91719fd90c0c02460d7 (diff)
downloadaxis2c-b75135aaf338a8c59fadb33a7d06ab3ffe55fa07.tar.gz
axis2c-b75135aaf338a8c59fadb33a7d06ab3ffe55fa07.tar.bz2
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
Diffstat (limited to 'samples/configure.ac')
-rw-r--r--samples/configure.ac2
1 files changed, 2 insertions, 0 deletions
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 \