summaryrefslogtreecommitdiffstats
path: root/samples/client/math/Makefile.am
blob: 8cca62e452127c1c589489e625b1df3976487df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
prgbindir=$(prefix)/samples/bin
prgbin_PROGRAMS = math
noinst_HEADERS = axis2_math_stub.h
math_SOURCES = axis2_math_stub.c \
                math_client.c

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

INCLUDES = @AXIS2INC@

EXTRA_DIST=math.mk