blob: 982e6d3592b66a966e12f08c98596077dc5199f8 [file] [log] [blame]
TESTS =
prglibdir=$(prefix)/modules/addressing
prglib_LTLIBRARIES = libaxis2_mod_addr.la
prglib_DATA= module.xml
EXTRA_DIST = module.xml
AM_CPPFLAGS = $(CPPFLAGS)
libaxis2_mod_addr_la_SOURCES = addr_in_handler.c \
addr_out_handler.c \
mod_addr.c
libaxis2_mod_addr_la_LIBADD =
INCLUDES = -I$(top_builddir)/include \
-I$(top_builddir)/modules/util \
-I$(top_builddir)/modules/xml/parser \
-I$(top_builddir)/modules/core/description \
-I$(top_builddir)/modules/core/context \
-I$(top_builddir)/modules/core/phaseresolver \
-I$(top_builddir)/modules/core/engine \
-I$(top_builddir)/modules/core/transport \
-I$(top_builddir)/modules/core/deployment \
-I$(top_builddir)/modules/wsdl \
-I$(top_builddir)/modules/platforms