aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-13 22:35:05 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-13 22:35:05 +0000
commitec67fffdeddec24424dd2c9567e3cdcf96b63940 (patch)
tree7fbe356d4810adb3163ac1b50231e601b2a95388 /src/daemon/Makefile.am
parent2b07548230e838be2ee82af0afe152abf9a13d13 (diff)
downloadlibmicrohttpd-ec67fffdeddec24424dd2c9567e3cdcf96b63940.tar.gz
libmicrohttpd-ec67fffdeddec24424dd2c9567e3cdcf96b63940.zip
fix
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r--src/daemon/Makefile.am13
1 files changed, 12 insertions, 1 deletions
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 = \
15 response.c response.h \ 15 response.c response.h \
16 session.c session.h 16 session.c session.h
17 17
18# No curl, not testcases 18
19# example programs
20
21noinst_PROGRAMS = minimal_example
22
23minimal_example_SOURCES = \
24 minimal_example.c
25minimal_example_LDADD = \
26 $(top_builddir)/src/daemon/libmicrohttpd.la
27
28
29# No curl, no testcases
19if HAVE_CURL 30if HAVE_CURL
20 31
21check_PROGRAMS = \ 32check_PROGRAMS = \