gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7692 - in libmicrohttpd: doc src/testcurl/https


From: gnunet
Subject: [GNUnet-SVN] r7692 - in libmicrohttpd: doc src/testcurl/https
Date: Wed, 10 Sep 2008 22:45:52 -0600 (MDT)

Author: grothoff
Date: 2008-09-10 22:45:52 -0600 (Wed, 10 Sep 2008)
New Revision: 7692

Modified:
   libmicrohttpd/doc/Makefile.am
   libmicrohttpd/src/testcurl/https/Makefile.am
Log:
more

Modified: libmicrohttpd/doc/Makefile.am
===================================================================
--- libmicrohttpd/doc/Makefile.am       2008-09-11 04:21:23 UTC (rev 7691)
+++ libmicrohttpd/doc/Makefile.am       2008-09-11 04:45:52 UTC (rev 7692)
@@ -3,5 +3,10 @@
 
 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

Modified: libmicrohttpd/src/testcurl/https/Makefile.am
===================================================================
--- libmicrohttpd/src/testcurl/https/Makefile.am        2008-09-11 04:21:23 UTC 
(rev 7691)
+++ libmicrohttpd/src/testcurl/https/Makefile.am        2008-09-11 04:45:52 UTC 
(rev 7692)
@@ -22,7 +22,7 @@
   tls_alert_test
 endif  
 
-EXTRA_DIST = cert.pem key.pem
+EXTRA_DIST = cert.pem key.pem tls_test_keys.h
 
 TESTS = $(check_PROGRAMS)
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]