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:
parent
e3f9f5b078
commit
53055aafd7
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user