summaryrefslogtreecommitdiffstats
path: root/samples/client/notify/Makefile.am
blob: c89bd4c5b0dd385087adbbdbbbbe9fd8b0e2364b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
prgbindir=$(prefix)/samples/bin
prgbin_PROGRAMS = notify
notify_SOURCES = notify_client.c

notify_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=notify.mk