blob: 3dd63e028de3c793b56bbbca281052e2e88b1fe1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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 \
-laxis2_http_sender \
-laxis2_http_receiver \
$(GUTHTHILA_LIBS)
INCLUDES = @AXIS2INC@
EXTRA_DIST=notify.mk
|