summaryrefslogtreecommitdiffstats
path: root/tags/cpp-0.1.incubating-M1-final/sdo/runtime/core/test/Makefile.am
diff options
context:
space:
mode:
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