summaryrefslogtreecommitdiffstats
path: root/samples/server/mtom/Makefile.am
blob: 198cad3813af8c8b98e601e144f40a2e0779b69c (plain)
1
2
3
4
5
6
7
8
9
prglibdir=$(prefix)/services/mtom
prglib_LTLIBRARIES = libmtom.la
prglib_DATA= services.xml
EXTRA_DIST = services.xml mtom.mk mtom.h
noinst_HEADERS = mtom.h
SUBDIRS =
libmtom_la_SOURCES = mtom.c mtom_skeleton.c
libmtom_la_LIBADD  =
INCLUDES = @AXIS2INC@