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

added new admin directory

svn path=/trunk/icecast/; revision=4709
This commit is contained in:
oddsock 2003-05-15 21:04:39 +00:00
parent 27c0af2b1d
commit 0931b3d263
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign dist-zip
SUBDIRS = src conf doc web win32
SUBDIRS = src conf doc web admin win32
EXTRA_DIST = README AUTHORS COPYING

View File

@ -189,4 +189,4 @@ AC_SUBST(PROFILE)
AC_SUBST(XIPH_CFLAGS)
AC_SUBST(ICECAST_OBJECTS)
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)
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 admin/Makefile win32/Makefile win32/res/Makefile)