1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Update: Made ping depend on CURL support

This commit is contained in:
Philipp Schafft 2023-02-26 21:33:40 +00:00
parent e3f9f5b078
commit 53055aafd7

View File

@ -112,7 +112,6 @@ icecast_SOURCES = \
event.c \
event_log.c \
event_exec.c \
ping.c \
acl.c \
auth.c \
auth_htpasswd.c \
@ -123,6 +122,7 @@ icecast_SOURCES = \
if HAVE_CURL
icecast_SOURCES += \
curl.c \
ping.c \
auth_url.c \
event_url.c
endif
@ -145,6 +145,7 @@ endif
EXTRA_icecast_SOURCES = \
curl.c \
ping.c \
yp.c \
auth_url.c \
event_url.c \