From b3ecb22603e9187725810d1e1616fec01c5c063b Mon Sep 17 00:00:00 2001 From: snowdrop Date: Tue, 3 Feb 2004 08:58:34 +0000 Subject: initial import --- examples/csoap/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 examples/csoap/Makefile.am (limited to 'examples/csoap/Makefile.am') diff --git a/examples/csoap/Makefile.am b/examples/csoap/Makefile.am new file mode 100644 index 0000000..bb62213 --- /dev/null +++ b/examples/csoap/Makefile.am @@ -0,0 +1,17 @@ +bin_PROGRAMS=simpleclient simpleserver + +INCLUDES=-I$(top_srcdir)/ $(LIBXML_CFLAGS) +LDFLAGS=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION) \ + $(LIBSOCKET) $(LIBNSL) -lpthread\ + -L$(top_builddir)/libcsoap/ -lcsoap-$(GENERIC_API_VERSION) \ + $(LIBXML_LIBS) + +simpleclient_SOURCES=simpleclient.c +simpleclient_LDFLAGS=$(LDFLAGS) + +simpleserver_SOURCES=simpleserver.c +simpleserver_LDFLAGS=$(LDFLAGS) + + + + -- cgit v1.1-32-gdbae