summaryrefslogtreecommitdiffstats
path: root/tags/cpp-0.1.incubating-M1-RC3/sca/samples/MyValue/MyValueModule/CustomerInfo/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tags/cpp-0.1.incubating-M1-RC3/sca/samples/MyValue/MyValueModule/CustomerInfo/Makefile.am')
-rw-r--r--tags/cpp-0.1.incubating-M1-RC3/sca/samples/MyValue/MyValueModule/CustomerInfo/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/tags/cpp-0.1.incubating-M1-RC3/sca/samples/MyValue/MyValueModule/CustomerInfo/Makefile.am b/tags/cpp-0.1.incubating-M1-RC3/sca/samples/MyValue/MyValueModule/CustomerInfo/Makefile.am
deleted file mode 100644
index 78161c429c..0000000000
--- a/tags/cpp-0.1.incubating-M1-RC3/sca/samples/MyValue/MyValueModule/CustomerInfo/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-lib_LTLIBRARIES = libCustomerInfo.la
-
-libCustomerInfo_la_SOURCES = \
-CustomerInfoImpl.cpp \
-CustomerInfoImpl_CustomerInfoService_Proxy.cpp \
-CustomerInfoImpl_CustomerInfoService_Wrapper.cpp
-
-libCustomerInfo_la_LIBADD = -L$(top_builddir)/runtime/core/src -ltuscany_sca \
- -L${TUSCANY_SDOCPP}/lib -ltuscany_sdo
-
-INCLUDES = -I.. \
- -I$(top_builddir)/runtime/core/src \
- -I${TUSCANY_SDOCPP}/include
-
-install: \ No newline at end of file