/
githubmirror
/
libmicrohttpd
Обзор
Документация
Войти
/
githubmirror
/
libmicrohttpd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
stf-m2
src/Makefile.am
29 строк
465 B
Evgeny Grin (Karlson2k)
WIP-5
21 июл 2024, 08:36
Не верифицирован
21 июл 2024, 08:36
e7eea33
Код
Авторство
О чём код?
# This Makefile.am is in the public domain SUBDIRS = include incl_priv mhd2 tests . 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: