Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
571ced86
Commit
571ced86
authored
Jul 27, 2003
by
Karl Heyes
Browse files
We need to state both of these to get the dependencies and linking working
as expected. svn path=/trunk/icecast/; revision=5181
parent
7e0894c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
571ced86
...
...
@@ -14,9 +14,9 @@ icecast_SOURCES = cfgfile.c main.c logging.c sighandler.c connection.c global.c\
format_mp3.c xslt.c fserve.c event.c admin.c
EXTRA_icecast_SOURCES
=
geturl.c yp.c
icecast_
LDADD
=
@ICECAST_OPTIONAL@ net/libicenet.la thread/libicethread.la
\
httpp/libicehttpp.la log/libicelog.la avl/libiceavl.la
\
timing/libicetiming.la
@XIPH_LIBS@
icecast_
DEPENDENCIES
=
@ICECAST_OPTIONAL@ net/libicenet.la thread/libicethread.la
\
httpp/libicehttpp.la log/libicelog.la avl/libiceavl.la
timing/libicetiming.la
icecast_LDADD
=
$(icecast_DEPENDENCIES)
@XIPH_LIBS@
AM_CFLAGS
=
@XIPH_CFLAGS@
AM_CPPFLAGS
=
@XIPH_CPPFLAGS@
...
...
Write
Preview
Supports
Markdown
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