summaryrefslogtreecommitdiffstats
path: root/tags/cpp-0.1.incubating-M1-final/sdo/runtime/core/test/Makefile.am
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-16 06:33:33 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-16 06:33:33 +0000
commitb72b7e219af9b9c6826372eeb581ee85ca653d75 (patch)
treeaae8306f2fa82b755681935bc0315d775490c9d1 /tags/cpp-0.1.incubating-M1-final/sdo/runtime/core/test/Makefile.am
parentc0a2dcce89b1f374fc1987753dd28c6541bbbfe5 (diff)
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
Diffstat (limited to 'tags/cpp-0.1.incubating-M1-final/sdo/runtime/core/test/Makefile.am')
-rw-r--r--tags/cpp-0.1.incubating-M1-final/sdo/runtime/core/test/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/tags/cpp-0.1.incubating-M1-final/sdo/runtime/core/test/Makefile.am b/tags/cpp-0.1.incubating-M1-final/sdo/runtime/core/test/Makefile.am
deleted file mode 100644
index 09c11205d7..0000000000
--- a/tags/cpp-0.1.incubating-M1-final/sdo/runtime/core/test/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-prgbindir=$(prefix)/bin/test
-prgbin_PROGRAMS = tuscany_sdo_test
-SUBDIRS =
-AM_CPPFLAGS = $(CPPFLAGS)
-tuscany_sdo_test_SOURCES = sdotest.cpp sdotest2.cpp utils.cpp main.cpp
-
-EXTRA_DIST = *.xsd *.xml *.txt *.wsdl test/*.* test2/*.* t2/*.* g/*.* bugs/1/*.*
-noinst_HEADERS=sdotest.h
-
-tuscany_sdo_test_LDADD = \
- -L$(top_builddir)/runtime/core/src/commonj/sdo -ltuscany_sdo \
- -L${LIBXML2_LIB} -lxml2
-
-
-INCLUDES = -I$(top_builddir)/runtime/core/test \
- -I$(top_builddir)/runtime/core/src