From ec67fffdeddec24424dd2c9567e3cdcf96b63940 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 13 Jun 2007 22:35:05 +0000 Subject: fix --- src/daemon/Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/daemon/Makefile.am') diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 6cf42f56..c86ed072 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -15,7 +15,18 @@ libmicrohttpd_la_SOURCES = \ response.c response.h \ session.c session.h -# No curl, not testcases + +# example programs + +noinst_PROGRAMS = minimal_example + +minimal_example_SOURCES = \ + minimal_example.c +minimal_example_LDADD = \ + $(top_builddir)/src/daemon/libmicrohttpd.la + + +# No curl, no testcases if HAVE_CURL check_PROGRAMS = \ -- cgit v1.2.3