summaryrefslogtreecommitdiffstats
path: root/tags/cpp-stable-20060304/sca/runtime/axis_binding/handler/src/Makefile.am
diff options
context:
space:
mode:
authordims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
committerdims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
commitbdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a (patch)
tree38a92061c0793434c4be189f1d70c3458b6bc41d /tags/cpp-stable-20060304/sca/runtime/axis_binding/handler/src/Makefile.am
Move Tuscany from Incubator to top level.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/cpp-stable-20060304/sca/runtime/axis_binding/handler/src/Makefile.am')
-rw-r--r--tags/cpp-stable-20060304/sca/runtime/axis_binding/handler/src/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/tags/cpp-stable-20060304/sca/runtime/axis_binding/handler/src/Makefile.am b/tags/cpp-stable-20060304/sca/runtime/axis_binding/handler/src/Makefile.am
new file mode 100644
index 0000000000..6054ec7b31
--- /dev/null
+++ b/tags/cpp-stable-20060304/sca/runtime/axis_binding/handler/src/Makefile.am
@@ -0,0 +1,9 @@
+lib_LTLIBRARIES = libtuscany_sca_axis_handler.la
+
+libtuscany_sca_axis_handler_la_SOURCES = SCAWSHandler.cpp
+
+libtuscany_sca_axis_handler_la_LIBADD = -lstdc++
+
+INCLUDES = -I$(top_builddir)/runtime/core/src \
+ -I${AXISCPP_DEPLOY}/include
+