summaryrefslogtreecommitdiffstats
path: root/tags/cpp-stable-20060304/sdo/runtime/core/test/Makefile.am
blob: 42e672a25e4ab3021dba5a346ea1ecccbe385989 (plain)
1
2
3
4
5
6
7
8
9
10
11
prgbindir=$(prefix)/bin/test
prgbin_PROGRAMS = tuscany_sdo_test
SUBDIRS =
AM_CPPFLAGS = $(CPPFLAGS)
tuscany_sdo_test_SOURCES = sdotest.cpp sdotest2.cpp

tuscany_sdo_test_LDADD   =  -ltuscany_sdo \
	-L$(top_builddir)/runtime/core/src/commonj/sdo -lxml2 -lstdc++

INCLUDES = -I$(top_builddir)/runtime/core/test \
            -I$(top_builddir)/runtime/core/src