summaryrefslogtreecommitdiffstats
path: root/tags/cpp-1.0-incubating-M2-RC1/sca/samples/BigBank/bigbank.wsclient/Makefile.am
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-19 17:58:40 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-19 17:58:40 +0000
commit4a15ba890cacb4478d02ce707b8f561dc015bbef (patch)
treee9b300656182d033cd29cd1a9c595c39998b90f7 /tags/cpp-1.0-incubating-M2-RC1/sca/samples/BigBank/bigbank.wsclient/Makefile.am
parent3f2d2c529886c804178874ca53e1c3b54e4cd041 (diff)
Removing obsolete release candidate tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/cpp-1.0-incubating-M2-RC1/sca/samples/BigBank/bigbank.wsclient/Makefile.am')
-rw-r--r--tags/cpp-1.0-incubating-M2-RC1/sca/samples/BigBank/bigbank.wsclient/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/BigBank/bigbank.wsclient/Makefile.am b/tags/cpp-1.0-incubating-M2-RC1/sca/samples/BigBank/bigbank.wsclient/Makefile.am
deleted file mode 100644
index f904b44182..0000000000
--- a/tags/cpp-1.0-incubating-M2-RC1/sca/samples/BigBank/bigbank.wsclient/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-deploydir=$(prefix)/samples/BigBank/deploy
-wsclientdir=$(deploydir)/bigbank.wsclient
-
-wsclient_PROGRAMS = account_wsclient
-wsclient_SCRIPTS = runwsclient.sh
-EXTRA_DIST = runwsclient.sh
-
-AM_CPPFLAGS = $(CPPFLAGS)
-account_wsclient_SOURCES = axis2_Account_stub.cpp AccountWSClient.cpp
-noinst_HEADERS = *.h
-
-account_wsclient_LDADD = -L$(AXIS2C_HOME)/lib \
- -laxis2_util \
- -laxis2_axiom \
- -laxis2_wsdl \
- -laxis2_engine \
- -lwoden \
- -lwoden_wsdl \
- -laxis2_xml_schema \
- -laxis2_parser \
- -laxis2_minizip \
- -lpthread \
- -laxis2_http_sender \
- -laxis2_http_receiver
-
-
-INCLUDES = -I${AXIS2C_HOME}/include