mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
build updates.
svn path=/trunk/icecast/; revision=3945
This commit is contained in:
parent
9940c969bd
commit
68dea2dc71
@ -2,7 +2,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign dist-zip
|
||||
|
||||
SUBDIRS = src conf
|
||||
SUBDIRS = src conf doc web win32
|
||||
|
||||
EXTRA_DIST = README AUTHORS COPYING
|
||||
|
||||
|
11
TODO
11
TODO
@ -2,14 +2,21 @@ BUGS
|
||||
----
|
||||
- stats get off? this needs testing more testing.
|
||||
|
||||
- autoconf doesn't set HAS_POLL
|
||||
- autoconf doesn't set HAVE_POLL
|
||||
|
||||
- automake isn't installing things (conf, web) correctly.
|
||||
|
||||
- some stuff (like 'genre') isn't making it into the stats dump
|
||||
|
||||
- thread_join uses thread->sys_thread, but thread structure has
|
||||
already been freed in thread_exit()
|
||||
|
||||
|
||||
FEATURES
|
||||
--------
|
||||
- pull out vorbis comments. and send to stats.
|
||||
|
||||
- pull out vorbis comments. and send to stats. This seems to be being
|
||||
done, but it isn't working right.
|
||||
|
||||
- directory server GUID checks
|
||||
directory server does GET /GUID-asldjfasldfjalsdkfjasldkfj HTTP/1.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(src/main.c)
|
||||
|
||||
AM_INIT_AUTOMAKE(icecast,2.0)
|
||||
AM_INIT_AUTOMAKE(icecast,2.0-alpha-1)
|
||||
|
||||
AC_PROG_CC
|
||||
AC_CANONICAL_HOST
|
||||
@ -163,4 +163,4 @@ AC_SUBST(DEBUG)
|
||||
AC_SUBST(CFLAGS)
|
||||
AC_SUBST(PROFILE)
|
||||
|
||||
AC_OUTPUT(Makefile conf/Makefile src/Makefile src/avl/Makefile src/httpp/Makefile src/thread/Makefile src/log/Makefile src/net/Makefile src/timing/Makefile)
|
||||
AC_OUTPUT(Makefile conf/Makefile src/Makefile src/avl/Makefile src/httpp/Makefile src/thread/Makefile src/log/Makefile src/net/Makefile src/timing/Makefile doc/Makefile web/Makefile win32/Makefile win32/res/Makefile)
|
||||
|
8
doc/Makefile.am
Normal file
8
doc/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
EXTRA_DIST = Index.hhk icecast2.chm icecast2.hhc icecast2.hhp index_win32.html \
|
||||
stats1.jpg style.css win32_section1.html win32_section2.html \
|
||||
win32_section3.html windowtitle.jpg
|
||||
|
@ -8,7 +8,7 @@ bin_PROGRAMS = icecast
|
||||
|
||||
noinst_HEADERS = config.h os.h logging.h sighandler.h connection.h global.h\
|
||||
util.h slave.h source.h stats.h refbuf.h client.h format.h format_vorbis.h\
|
||||
compat.h format_mp3.h fserve.h
|
||||
compat.h format_mp3.h fserve.h xslt.h
|
||||
icecast_SOURCES = config.c main.c logging.c sighandler.c connection.c global.c\
|
||||
util.c slave.c source.c stats.c refbuf.c client.c format.c format_vorbis.c\
|
||||
format_mp3.c xslt.c fserve.c
|
||||
|
6
web/Makefile.am
Normal file
6
web/Makefile.am
Normal file
@ -0,0 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
EXTRA_DIST = status.xsl status2.xsl
|
||||
|
14
win32/Makefile.am
Normal file
14
win32/Makefile.am
Normal file
@ -0,0 +1,14 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
SUBDIRS = res
|
||||
|
||||
EXTRA_DIST = ConfigTab.cpp ConfigTab.h Icecast2win.clw Icecast2win.cpp \
|
||||
Icecast2win.dsp Icecast2win.dsw Icecast2win.h Icecast2win.rc \
|
||||
Icecast2winDlg.cpp Icecast2winDlg.h Makefile.am ResizableDialog.cpp \
|
||||
ResizableDialog.h StatsTab.cpp StatsTab.h Status.cpp Status.h StdAfx.cpp \
|
||||
StdAfx.h TabCtrlSSL.cpp TabCtrlSSL.h TabPageSSL.cpp TabPageSSL.h black.bmp \
|
||||
colors.h icecast.dsp icecast.ico icecast.xml icecast2.iss icecast2logo2.bmp\
|
||||
resource.h running.bmp status.xsl status2.xsl stopped.bmp
|
||||
|
6
win32/res/Makefile.am
Normal file
6
win32/res/Makefile.am
Normal file
@ -0,0 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
EXTRA_DIST = Icecast2win.rc2
|
||||
|
Loading…
Reference in New Issue
Block a user