summaryrefslogtreecommitdiffstats
path: root/axiom/test/om/Makefile.am
blob: 8d9403b1baf0a4f5c0ac0f5e63bfb2e0f4115323 (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
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