/
githubmirror
/
libmicrohttpd
Обзор
Документация
Войти
/
githubmirror
/
libmicrohttpd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.0.2
src/Makefile.am
29 строк
452 B
Christian Grothoff
fix double-close() bug reported by MC on the mailinglist
14 июл 2025, 18:06
Не верифицирован
14 июл 2025, 18:06
ebe7286
Код
Авторство
О чём код?
# This Makefile.am is in the public domain SUBDIRS = include microhttpd . if RUN_LIBCURL_TESTS SUBDIRS += testcurl if RUN_ZZUF_TESTS SUBDIRS += testzzuf endif endif # Finally (last!) also build experimental lib... if HAVE_EXPERIMENTAL SUBDIRS += microhttpd_ws endif if BUILD_EXAMPLES SUBDIRS += examples endif if BUILD_TOOLS SUBDIRS += tools endif EXTRA_DIST = \ datadir/cert-and-key.pem \ datadir/cert-and-key-for-wireshark.pem .NOTPARALLEL: