mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Remove debian from the build system, so automake works again.
In r18399 the debian package info directory was removed, but references to to it in the build system were not, causing configure to fail to update the makefiles on fresh checkouts. svn path=/icecast/trunk/icecast/; revision=18400
This commit is contained in:
parent
e579002f70
commit
a7cd4e2ba8
@ -3,7 +3,7 @@
|
||||
AUTOMAKE_OPTIONS = foreign dist-zip
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = src conf debian doc web admin win32 examples
|
||||
SUBDIRS = src conf doc web admin win32 examples
|
||||
|
||||
EXTRA_DIST = HACKING m4/acx_pthread.m4 m4/ogg.m4 \
|
||||
m4/theora.m4 m4/vorbis.m4 m4/speex.m4 \
|
||||
|
@ -150,7 +150,7 @@ AC_SUBST(ICECAST_OPTIONAL)
|
||||
AC_SUBST(HAVE_KATE)
|
||||
AC_SUBST(KATE_LIBS)
|
||||
|
||||
AC_OUTPUT([Makefile conf/Makefile debian/Makefile src/Makefile src/avl/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 examples/Makefile])
|
||||
|
Loading…
x
Reference in New Issue
Block a user