From c5982341668048d1e0efb11a55216cfb1ef4664c Mon Sep 17 00:00:00 2001 From: snowdrop Date: Thu, 13 Nov 2003 10:53:00 +0000 Subject: initial import --- examples/ex1/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/ex1/Makefile.am (limited to 'examples/ex1/Makefile.am') diff --git a/examples/ex1/Makefile.am b/examples/ex1/Makefile.am new file mode 100644 index 0000000..e27d218 --- /dev/null +++ b/examples/ex1/Makefile.am @@ -0,0 +1,9 @@ +bin_PROGRAMS=simple +simple_SOURCES=simple.c +INCLUDES=-I$(top_srcdir)/ $(LIBXML_CFLAGS) +simple_LDFLAGS=-L$(top_builddir)/libcsoap/ -lcsoap-$(GENERIC_API_VERSION) \ +$(LIBXML_LIBS) + + + + -- cgit v1.1-32-gdbae