commit 3ebd26ed11ef52d2d8e47ee91927a4ebe1fba87d parent 28ce309504d1432e9fead5af54c27e20f41da59c Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 11 Sep 2008 04:45:52 +0000 more Diffstat:
| M | doc/Makefile.am | | | 9 | +++++++-- |
| M | src/testcurl/https/Makefile.am | | | 2 | +- |
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -3,5 +3,10 @@ EXTRA_DIST = $(man_MANS) Doxyfile DISTCLEANFILES = microhttpd.cps tutorial.cps info_TEXINFOS = microhttpd.texi tutorial.texi -microhttpd_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 - +microhttpd_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 \ +examples/basicauthentication.c \ +examples/hellobrowser.c \ +examples/largepost.c \ +examples/logging.c \ +examples/responseheaders.c \ +examples/simplepost.c diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am @@ -22,7 +22,7 @@ if MHD_DEBUG_TLS tls_alert_test endif -EXTRA_DIST = cert.pem key.pem +EXTRA_DIST = cert.pem key.pem tls_test_keys.h TESTS = $(check_PROGRAMS)