From 78e32265532d383c451e34afe46f1139827fb43f Mon Sep 17 00:00:00 2001 From: snowdrop Date: Thu, 11 Dec 2003 14:51:04 +0000 Subject: initial import --- examples/nanohttp/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/nanohttp/Makefile.am (limited to 'examples/nanohttp/Makefile.am') diff --git a/examples/nanohttp/Makefile.am b/examples/nanohttp/Makefile.am new file mode 100644 index 0000000..e5cda5c --- /dev/null +++ b/examples/nanohttp/Makefile.am @@ -0,0 +1,15 @@ +bin_PROGRAMS=httpget httpgetcb + +httpget_SOURCES=httpget.c +INCLUDES=-I$(top_srcdir)/ $(LIBXML_CFLAGS) +httpget_LDFLAGS=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION) \ +$(LIBXML_LIBS) + +httpgetcb_SOURCES=httpgetcb.c +INCLUDES=-I$(top_srcdir)/ $(LIBXML_CFLAGS) +httpgetcb_LDFLAGS=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION) \ +$(LIBXML_LIBS) + + + + -- cgit v1.1-32-gdbae