summaryrefslogtreecommitdiffstats
path: root/tags/cpp-sca-20060405/samples/MyValue/Client/Makefile.am
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-16 06:37:38 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-16 06:37:38 +0000
commitd36c8e323a6f8df998edd185de8972dc5e6f87f0 (patch)
tree2a402b87f045e8066fcf7743e8654728977f6a8a /tags/cpp-sca-20060405/samples/MyValue/Client/Makefile.am
parent034ecc7803559acdda5dd6c54ecc081665b19f61 (diff)
Cleaning up SVN structure, moving tag under sca-cpp/tags.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880619 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/cpp-sca-20060405/samples/MyValue/Client/Makefile.am')
-rw-r--r--tags/cpp-sca-20060405/samples/MyValue/Client/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/tags/cpp-sca-20060405/samples/MyValue/Client/Makefile.am b/tags/cpp-sca-20060405/samples/MyValue/Client/Makefile.am
deleted file mode 100644
index e404f8f077..0000000000
--- a/tags/cpp-sca-20060405/samples/MyValue/Client/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-prgbindir=$(prefix)/samples/bin
-prgbin_PROGRAMS = MyValueClient
-
-MyValueClient_SOURCES = MyValueClient.cpp
-
-MyValueClient_LDADD = -L$(top_builddir)/runtime/core/src -ltuscany_sca \
- -L${TUSCANY_SDOCPP}/lib -ltuscany_sdo \
- -L$(AXISCPP_DEPLOY)/lib -laxis_client -lxml2
-
-INCLUDES = -I.. \
- -I$(top_builddir)/runtime/core/src \
- -I${TUSCANY_SDOCPP}/include \
- -I${AXISCPP_DEPLOY}/include