mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-26 04:09:30 +03:00
more
This commit is contained in:
+7
-2
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user