diff options
Diffstat (limited to 'examples/ex1/Makefile.am')
-rw-r--r-- | examples/ex1/Makefile.am | 9 |
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) + + + + |