From 0425aadc78680e53000fd0108b540d6eca048516 Mon Sep 17 00:00:00 2001 From: gmcdonald Date: Sat, 13 Feb 2010 01:32:03 +0000 Subject: Moving axis svn, part of TLP move INFRA-2441 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@909681 13f79535-47bb-0310-9956-ffa450edef68 --- samples/mtom_sending_callback/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 samples/mtom_sending_callback/Makefile.am (limited to 'samples/mtom_sending_callback/Makefile.am') diff --git a/samples/mtom_sending_callback/Makefile.am b/samples/mtom_sending_callback/Makefile.am new file mode 100644 index 0000000..991bff9 --- /dev/null +++ b/samples/mtom_sending_callback/Makefile.am @@ -0,0 +1,11 @@ +prglibdir=$(prefix)/samples/lib/mtom_sending_callback +prglib_LTLIBRARIES = libmtom_sending_callback.la +libmtom_sending_callback_la_SOURCES = mtom_sending_callback.c +libmtom_sending_callback_la_LIBADD = $(LDFLAGS) \ + -L$(AXIS2C_HOME)/lib \ + -laxutil + +INCLUDES = -I ../../util/include \ + -I ../../axiom/include \ + -I /usr/include/mysql \ + @AXIS2INC@ -- cgit v1.1-32-gdbae