/
githubmirror
/
libmicrohttpd
Обзор
Документация
Войти
/
githubmirror
/
libmicrohttpd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.9.62
src/Makefile.am
24 строки
423 B
Christian Grothoff
add --enable-experiemental option to not compile src/lib/ unless explicitly requested
18 окт 2018, 18:34
Не верифицирован
18 окт 2018, 18:34
b55cd46
Код
Авторство
О чём код?
# 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