blob: 1cab04109c0c77ccb4cff96a64fffe761413f9a0 [file] [log] [blame]
TESTS = test_om
prgbindir=$(prefix)/bin/system_test
prgbin_PROGRAMS = test_om
check_PROGRAMS = test_om
SUBDIRS =
AM_CPPFLAGS = $(CPPFLAGS) -g -O2 -pthread
test_om_SOURCES = test_om.c
test_om_LDADD = \
-L$(AXIS2C_HOME)/lib \
-laxis2_om \
-laxis2_util \
-laxis2_parser \
-laxis2_unix \
-L$(LIBXML2_LIB) $(LIBXML2_LIBNAME) \
-L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME)
INCLUDES = -I$(top_builddir)/include \
-I$(top_builddir)/modules/xml/parser \
-I$(top_builddir)/modules/util \
-I$(top_builddir)/modules/platforms