diff options
author | snowdrop | 2003-11-13 10:53:00 +0000 |
---|---|---|
committer | snowdrop | 2003-11-13 10:53:00 +0000 |
commit | c5982341668048d1e0efb11a55216cfb1ef4664c (patch) | |
tree | 70f0b635bab911a5ad33246222dce9826ba21c1e /examples/ex1/Makefile.am | |
parent | 36a59d978b050d2dc64e59a96b40fa8209514d9f (diff) | |
download | csoap-c5982341668048d1e0efb11a55216cfb1ef4664c.tar.gz csoap-c5982341668048d1e0efb11a55216cfb1ef4664c.tar.bz2 |
initial import
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) + + + + |