/
githubmirror
/
libmicrohttpd
Обзор
Документация
Войти
/
githubmirror
/
libmicrohttpd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.9.73
src/Makefile.am
26 строк
438 B
Evgeny Grin (Karlson2k)
makefiles: removed .NOTPARALLEL: from main makefiles
24 сен 2020, 16:53
Не верифицирован
24 сен 2020, 16:53
f7c5d0d
Код
Авторство
О чём код?
# 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) . if BUILD_EXAMPLES SUBDIRS += examples endif # Finally (last!) also build experimental lib... if HAVE_EXPERIMENTAL SUBDIRS += lib endif EXTRA_DIST = \ datadir/cert-and-key.pem \ datadir/cert-and-key-for-wireshark.pem .NOTPARALLEL: