summaryrefslogtreecommitdiffstats
path: root/examples/ex1/Makefile.am
diff options
context:
space:
mode:
authorGravatar snowdrop2003-11-13 10:53:00 +0000
committerGravatar snowdrop2003-11-13 10:53:00 +0000
commitc5982341668048d1e0efb11a55216cfb1ef4664c (patch)
tree70f0b635bab911a5ad33246222dce9826ba21c1e /examples/ex1/Makefile.am
parent36a59d978b050d2dc64e59a96b40fa8209514d9f (diff)
downloadcsoap-c5982341668048d1e0efb11a55216cfb1ef4664c.tar.gz
csoap-c5982341668048d1e0efb11a55216cfb1ef4664c.tar.bz2
initial import
Diffstat (limited to 'examples/ex1/Makefile.am')
-rw-r--r--examples/ex1/Makefile.am9
1 files changed, 9 insertions, 0 deletions
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)
+
+
+
+