prgbindir=$(prefix)/bin/samples/sandesha2 prgbin_PROGRAMS = rm_echo_1_0_large_sequence samplesdir=$(prefix)/samples/client/rm_echo_1_0_large_sequence samples_DATA=rm_echo.c Makefile.am Makefile.in rm_echo_1_0_large_sequence_SOURCES = rm_echo.c echo_util.c rm_echo_1_0_large_sequence_LDADD = \ ../../src/core/libsandesha2.la \ -laxutil \ -laxis2_axiom \ -laxis2_engine \ -laxis2_parser \ -lpthread \ -laxis2_http_sender \ -laxis2_http_receiver \ -lsandesha2_client \ $(GUTHTHILA_LIBS) \ $(LIBXML2_LIBS) INCLUDES = -I../../include \ -I../../include/sandesha2 \ @AXIS2INC@ EXTRA_DIST=echo_util.h