1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

remove unwanted bits left in from previous commits

svn path=/trunk/icecast/; revision=5178
This commit is contained in:
Karl Heyes 2003-07-27 01:13:06 +00:00
parent a182515fc5
commit 39ad755a25
2 changed files with 0 additions and 4 deletions

View File

@ -33,10 +33,8 @@ fi
curl_ok="yes" curl_ok="yes"
xt_curl_CFLAGS="$CFLAGS"
xt_curl_CPPFLAGS="$CPPFLAGS" xt_curl_CPPFLAGS="$CPPFLAGS"
xt_curl_LIBS="$LIBS" xt_curl_LIBS="$LIBS"
CFLAGS="-DCURL_CFLAG"
CPPFLAGS="$CPPFLAGS $CURL_CFLAGS" CPPFLAGS="$CPPFLAGS $CURL_CFLAGS"
LIBS="$CURL_LIBS $LIBS" LIBS="$CURL_LIBS $LIBS"
dnl dnl

View File

@ -18,8 +18,6 @@ icecast_LDADD = @ICECAST_OPTIONAL@ net/libicenet.la thread/libicethread.la \
httpp/libicehttpp.la log/libicelog.la avl/libiceavl.la \ httpp/libicehttpp.la log/libicelog.la avl/libiceavl.la \
timing/libicetiming.la @XIPH_LIBS@ timing/libicetiming.la @XIPH_LIBS@
icecast_DEPENDENCIES = @ICECAST_OPTIONAL@
AM_CFLAGS = @XIPH_CFLAGS@ AM_CFLAGS = @XIPH_CFLAGS@
AM_CPPFLAGS = @XIPH_CPPFLAGS@ AM_CPPFLAGS = @XIPH_CPPFLAGS@