1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00: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:
Marvin Scholz 2018-01-13 21:43:32 +01:00
parent e76508a887
commit 51edb020a7

View File

@ -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 \