aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-09-11 04:45:52 +0000
committerChristian Grothoff <christian@grothoff.org>2008-09-11 04:45:52 +0000
commit3ebd26ed11ef52d2d8e47ee91927a4ebe1fba87d (patch)
tree1265d6e5ce522d1f746214793ee34e1e80b4670d
parent28ce309504d1432e9fead5af54c27e20f41da59c (diff)
downloadlibmicrohttpd-3ebd26ed11ef52d2d8e47ee91927a4ebe1fba87d.tar.gz
libmicrohttpd-3ebd26ed11ef52d2d8e47ee91927a4ebe1fba87d.zip
more
-rw-r--r--doc/Makefile.am9
-rw-r--r--src/testcurl/https/Makefile.am2
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 11a0810b..c12f32f0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -3,5 +3,10 @@ EXTRA_DIST = $(man_MANS) Doxyfile
3 3
4DISTCLEANFILES = microhttpd.cps tutorial.cps 4DISTCLEANFILES = microhttpd.cps tutorial.cps
5info_TEXINFOS = microhttpd.texi tutorial.texi 5info_TEXINFOS = microhttpd.texi tutorial.texi
6microhttpd_TEXINFOS = lgpl.texi chapters/basicauthentication.inc chapters/bibliography.inc chapters/exploringrequests.inc fdl-1.2.texi chapters/hellobrowser.inc chapters/introduction.inc chapters/processingpost.inc chapters/responseheaders.inc chapters/largerpost.inc 6microhttpd_TEXINFOS = lgpl.texi chapters/basicauthentication.inc chapters/bibliography.inc chapters/exploringrequests.inc fdl-1.2.texi chapters/hellobrowser.inc chapters/introduction.inc chapters/processingpost.inc chapters/responseheaders.inc chapters/largerpost.inc \
7 7examples/basicauthentication.c \
8examples/hellobrowser.c \
9examples/largepost.c \
10examples/logging.c \
11examples/responseheaders.c \
12examples/simplepost.c
diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
index e7ed8b7d..c4276711 100644
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -22,7 +22,7 @@ if MHD_DEBUG_TLS
22 tls_alert_test 22 tls_alert_test
23endif 23endif
24 24
25EXTRA_DIST = cert.pem key.pem 25EXTRA_DIST = cert.pem key.pem tls_test_keys.h
26 26
27TESTS = $(check_PROGRAMS) 27TESTS = $(check_PROGRAMS)
28 28