mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Fixed build with --disable-bauth
This commit is contained in:
@@ -12,10 +12,14 @@ endif
|
||||
|
||||
# example programs
|
||||
noinst_PROGRAMS = \
|
||||
basicauthentication \
|
||||
hellobrowser \
|
||||
logging \
|
||||
responseheaders
|
||||
responseheaders
|
||||
|
||||
if ENABLE_BAUTH
|
||||
noinst_PROGRAMS += \
|
||||
basicauthentication
|
||||
endif
|
||||
|
||||
if ENABLE_HTTPS
|
||||
noinst_PROGRAMS += \
|
||||
|
||||
Reference in New Issue
Block a user