aboutsummaryrefslogtreecommitdiff
path: root/src/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/Makefile.am')
-rw-r--r--src/examples/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am
index f3f2772e..c88a1b49 100644
--- a/src/examples/Makefile.am
+++ b/src/examples/Makefile.am
@@ -41,7 +41,8 @@ minimal_example_LDADD = \
41post_example_SOURCES = \ 41post_example_SOURCES = \
42 post_example.c 42 post_example.c
43post_example_LDADD = \ 43post_example_LDADD = \
44 $(top_builddir)/src/daemon/libmicrohttpd.la 44 $(top_builddir)/src/daemon/libmicrohttpd.la \
45 -liberty
45 46
46minimal_example_comet_SOURCES = \ 47minimal_example_comet_SOURCES = \
47 minimal_example_comet.c 48 minimal_example_comet.c