mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-26 04:09:30 +03:00
33 lines
798 B
Makefile
33 lines
798 B
Makefile
man_MANS = libmicrohttpd.3
|
|
EXTRA_DIST = $(man_MANS) Doxyfile
|
|
|
|
DISTCLEANFILES = \
|
|
microhttpd.cps \
|
|
microhttpd.dvi \
|
|
microhttpd-tutorial.cps \
|
|
microhttpd-tutorial.dvi
|
|
info_TEXINFOS = \
|
|
microhttpd.texi \
|
|
microhttpd-tutorial.texi
|
|
microhttpd_TEXINFOS = \
|
|
chapters/basicauthentication.inc \
|
|
chapters/bibliography.inc \
|
|
chapters/exploringrequests.inc \
|
|
chapters/hellobrowser.inc \
|
|
chapters/introduction.inc \
|
|
chapters/largerpost.inc \
|
|
chapters/processingpost.inc \
|
|
chapters/responseheaders.inc \
|
|
chapters/tlsauthentication.inc \
|
|
examples/basicauthentication.c \
|
|
examples/hellobrowser.c \
|
|
examples/largepost.c \
|
|
examples/logging.c \
|
|
examples/responseheaders.c \
|
|
examples/simplepost.c \
|
|
examples/tlsauthentication.c \
|
|
fdl-1.3.texi \
|
|
lgpl.texi \
|
|
ecos.texi
|
|
|