Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
3b5d5b7b
Commit
3b5d5b7b
authored
May 28, 2018
by
Marvin Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile formatting improvements
parent
af608dd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
80 additions
and
14 deletions
+80
-14
src/Makefile.am
src/Makefile.am
+80
-14
No files found.
src/Makefile.am
View file @
3b5d5b7b
...
...
@@ -4,21 +4,87 @@ SUBDIRS = common/avl common/net common/thread common/httpp common/log common/tim
bin_PROGRAMS
=
icecast
noinst_HEADERS
=
admin.h cfgfile.h logging.h sighandler.h connection.h
\
global.h util.h errors.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 tls.h
\
event.h event_log.h event_exec.h event_url.h
\
noinst_HEADERS
=
\
admin.h
\
cfgfile.h
\
logging.h
\
sighandler.h
\
connection.h
\
global.h
\
util.h
\
errors.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
\
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
\
format_vorbis.h format_theora.h format_flac.h format_speex.h format_midi.h
\
format_kate.h format_skeleton.h format_opus.h
icecast_SOURCES
=
cfgfile.c main.c logging.c sighandler.c connection.c global.c
\
util.c errors.c slave.c source.c stats.c refbuf.c client.c playlist.c
\
xslt.c fserve.c admin.c md5.c matchfile.c tls.c
\
format.c format_ogg.c format_mp3.c format_midi.c format_flac.c format_ebml.c
\
format_kate.c format_skeleton.c format_opus.c
\
event.c event_log.c event_exec.c
\
acl.c auth.c auth_htpasswd.c auth_anonymous.c auth_static.c
format.h
\
format_ogg.h
\
format_mp3.h
\
format_ebml.h
\
format_vorbis.h
\
format_theora.h
\
format_flac.h
\
format_speex.h
\
format_midi.h
\
format_kate.h
\
format_skeleton.h
\
format_opus.h
icecast_SOURCES
=
\
main.c
\
cfgfile.c
\
logging.c
\
sighandler.c
\
connection.c
\
global.c
\
util.c
\
errors.c
\
slave.c
\
source.c
\
stats.c
\
refbuf.c
\
client.c
\
playlist.c
\
xslt.c
\
fserve.c
\
admin.c
\
md5.c
\
matchfile.c
\
tls.c
\
format.c
\
format_ogg.c
\
format_mp3.c
\
format_midi.c
\
format_flac.c
\
format_ebml.c
\
format_kate.c
\
format_skeleton.c
\
format_opus.c
\
event.c
\
event_log.c
\
event_exec.c
\
acl.c
\
auth.c
\
auth_htpasswd.c
\
auth_anonymous.c
\
auth_static.c
EXTRA_icecast_SOURCES
=
curl.c yp.c
\
auth_url.c event_url.c
\
format_vorbis.c format_theora.c format_speex.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment