blob: 1e9b52edf395125ade18074338ba67057c21d2fb [file] [log] [blame]
TESTS =
noinst_PROGRAMS = test_om
check_PROGRAMS = test_om
SUBDIRS =
AM_CFLAGS = -g -O2 -pthread
test_om_SOURCES = test_om.c
test_om_LDADD = ../../../util/src/libaxutil.la \
$(top_builddir)/src/om/libaxis2_axiom.la \
$(top_builddir)/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la
INCLUDES = -I$(top_builddir)/include \
-I$(top_builddir)/src/parser \
-I ../../../util/include