Skip to content
GitLab
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-IceS
Commits
d587405c
Commit
d587405c
authored
Jul 05, 2003
by
giles
Browse files
Reenable building the timer liblet now that we won't collide with libshout's version.
svn path=/trunk/ices/; revision=5061
parent
07f535b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
d587405c
...
...
@@ -147,4 +147,10 @@ AC_SUBST(XIPH_CFLAGS)
AC_SUBST(XIPH_CPPFLAGS)
AC_SUBST(XIPH_LIBS)
AC_OUTPUT(Makefile conf/Makefile src/Makefile src/log/Makefile)
AC_OUTPUT(
Makefile
conf/Makefile
src/Makefile
src/log/Makefile
src/timing/Makefile
)
src/Makefile.am
View file @
d587405c
...
...
@@ -2,8 +2,8 @@
AUTOMAKE_OPTIONS
=
foreign
SUBDIRS
=
log
EXTRA_DIST
=
thread/thread.h
timing/timing.h
SUBDIRS
=
log
timing
EXTRA_DIST
=
thread/thread.h
bin_PROGRAMS
=
ices
AM_CPPFLAGS
=
@XIPH_CPPFLAGS@
...
...
@@ -27,7 +27,7 @@ dist_noinst_HEADERS = cfgparse.h input.h inputmodule.h im_playlist.h signals.h s
ices_SOURCES
=
input.c cfgparse.c stream.c ices.c signals.c im_playlist.c reencode.c encode.c playlist_basic.c im_stdinpcm.c stream_shared.c metadata.c playlist_script.c audio.c resample.c
$(oss)
$(sun)
$(alsa)
ices_LDADD
=
log/libicelog.la @ALSA_LIBS@ @XIPH_LIBS@
ices_LDADD
=
log/libicelog.la
timing/libicetiming.la
@ALSA_LIBS@ @XIPH_LIBS@
debug
:
$(MAKE)
all
CFLAGS
=
"@DEBUG@"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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