blob: 4a592a91d8922bfc69d602f6979bea9deaf1954f [file] [log] [blame]
TESTS = test_deployment
prgbindir=$(prefix)/bin/system_test
prgbin_PROGRAMS = test_deployment
SUBDIRS =
AM_CFLAGS = $(CFLAGS) -g -pthread
test_deployment_SOURCES = test_deployment.c
test_deployment_LDADD = -L$(AXIS2C_HOME)/lib \
-laxis2_util \
-laxis2_unix \
-laxis2_om \
-laxis2_wsdl \
-laxis2_engine \
-laxis2_soap \
-laxis2_parser \
-L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
-L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)
INCLUDES = -I$(top_builddir)/include \
-I$(top_builddir)/modules/util \
-I$(top_builddir)/modules/wsdl \
-I$(top_builddir)/modules/core/description \
-I$(top_builddir)/modules/core/context \
-I$(top_builddir)/modules/core/phaseresolver \
-I$(top_builddir)/modules/core/deployment \
-I$(top_builddir)/modules/core/transport \
-I$(top_builddir)/modules/core/engine \
-I$(top_builddir)/modules/core/clientapi \
-I$(top_builddir)/modules/platforms \
-I$(top_builddir)/modules/xml/parser \
-I$(top_builddir)/include