From b72b7e219af9b9c6826372eeb581ee85ca653d75 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 16 Nov 2009 06:33:33 +0000 Subject: Cleaning up SVN structure, moving tag under sca-cpp/tags. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880617 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/samples/MyValue/Client/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sca-cpp/tags/cpp-0.1.incubating-M1-final/sca/samples/MyValue/Client/Makefile.am (limited to 'sca-cpp/tags/cpp-0.1.incubating-M1-final/sca/samples/MyValue/Client/Makefile.am') diff --git a/sca-cpp/tags/cpp-0.1.incubating-M1-final/sca/samples/MyValue/Client/Makefile.am b/sca-cpp/tags/cpp-0.1.incubating-M1-final/sca/samples/MyValue/Client/Makefile.am new file mode 100644 index 0000000000..b1586cc752 --- /dev/null +++ b/sca-cpp/tags/cpp-0.1.incubating-M1-final/sca/samples/MyValue/Client/Makefile.am @@ -0,0 +1,11 @@ +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 -lxml2 + +INCLUDES = -I.. \ + -I$(top_builddir)/runtime/core/src \ + -I${TUSCANY_SDOCPP}/include -- cgit v1.2.3