mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Makefile: Add missing tls.h to header files
This fixes make distcheck and the distribution tarballs, those were previously lacking this header which caused builds to fail.
This commit is contained in:
parent
e76508a887
commit
51edb020a7
@ -8,7 +8,7 @@ bin_PROGRAMS = icecast
|
||||
|
||||
noinst_HEADERS = admin.h cfgfile.h logging.h sighandler.h connection.h \
|
||||
global.h util.h curl.h slave.h source.h stats.h refbuf.h client.h playlist.h \
|
||||
compat.h fserve.h xslt.h yp.h md5.h matchfile.h \
|
||||
compat.h fserve.h xslt.h yp.h md5.h matchfile.h tls.h \
|
||||
event.h event_log.h event_exec.h event_url.h \
|
||||
acl.h auth.h \
|
||||
format.h format_ogg.h format_mp3.h format_ebml.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user