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
571ced86
Commit
571ced86
authored
Jul 27, 2003
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Makefile.am
src/Makefile.am
+3
-3
No files found.
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
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