summaryrefslogtreecommitdiffstats
path: root/samples/client/mtom/Makefile.am
blob: df1a8660b4846de838419a7d63bbe2817b0c9c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUBDIRS=resources
prgbindir=$(prefix)/samples/bin
prgbin_PROGRAMS = mtom

mtom_SOURCES = mtom_client.c

mtom_LDADD   = $(LDFLAGS) \
                    -L$(AXIS2C_HOME)/lib \
					-laxutil \
                    -laxis2_axiom \
                    -laxis2_engine \
                    -laxis2_parser \
                    -lpthread \
                    -laxis2_http_sender \
                    -laxis2_http_receiver \
                    $(GUTHTHILA_LIBS)

INCLUDES = @AXIS2INC@

EXTRA_DIST=mtom.mk