/
githubmirror
/
libmicrohttpd
Обзор
Документация
Войти
/
githubmirror
/
libmicrohttpd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.9.76
src/Makefile.am
27 строк
452 B
Christian Grothoff
add David's WS example
26 апр 2021, 15:33
Не верифицирован
26 апр 2021, 15:33
450b868
Код
Авторство
О чём код?
# This Makefile.am is in the public domain if HAVE_CURL curltests = testcurl if HAVE_ZZUF if HAVE_SOCAT zzuftests = testzzuf endif endif endif SUBDIRS = include microhttpd $(curltests) $(zzuftests) . # Finally (last!) also build experimental lib... if HAVE_EXPERIMENTAL SUBDIRS += microhttpd_ws lib endif if BUILD_EXAMPLES SUBDIRS += examples endif EXTRA_DIST = \ datadir/cert-and-key.pem \ datadir/cert-and-key-for-wireshark.pem .NOTPARALLEL: