blob: 011aa6c8e74f7240747de5b8d962f354cfee7a28 [file] [log] [blame]
prgbindir=$(prefix)/bin/samples
prgbin_PROGRAMS = rm_echo_single_1_0
samplesdir=$(prefix)/samples/client/rm_echo_single_1_0
samples_DATA=rm_echo_single.c Makefile.am Makefile.in
rm_echo_single_1_0_SOURCES = rm_echo_single.c echo_util.c
rm_echo_single_1_0_LDADD = \
-L$(AXIS2C_HOME)/lib \
-L$(AXIS2C_HOME)/modules/sandesha2 \
-laxutil \
-laxis2_axiom \
-laxis2_engine \
-laxis2_parser \
-lpthread \
-laxis2_http_sender \
-laxis2_http_receiver \
-lsandesha2_client \
$(GUTHTHILA_LIBS) \
$(LIBXML2_LIBS)
INCLUDES = -I$(AXIS2C_HOME)/include/axis2-1.0 \
-I../../include \
@UTILINC@ \
@AXIOMINC@