blob: ce1bd708c7b03b3d3070acd7d05b404c2b9084ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
TESTS = test_soap
noinst_PROGRAMS = test_soap
check_PROGRAMS = test_soap
SUBDIRS =
AM_CFLAGS = -g -O2
test_soap_SOURCES = test_soap.c
test_soap_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
|