summaryrefslogtreecommitdiffstats
path: root/axiom/test/om/Makefile.am
blob: 7736221bca25a345bb93914d4569f5b138778f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 

INCLUDES = -I$(top_builddir)/include \
            -I$(top_builddir)/src/parser \
			-I ../../../util/include