mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
include example application in distribution
svn path=/icecast/trunk/icecast/; revision=10053
This commit is contained in:
parent
18e22b8027
commit
1926d8866a
@ -3,12 +3,12 @@
|
|||||||
AUTOMAKE_OPTIONS = 1.6 foreign dist-zip
|
AUTOMAKE_OPTIONS = 1.6 foreign dist-zip
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
SUBDIRS = src conf debian doc web admin win32
|
SUBDIRS = src conf debian doc web admin win32 examples
|
||||||
|
|
||||||
EXTRA_DIST = HACKING m4/acx_pthread.m4 m4/ogg.m4 \
|
EXTRA_DIST = HACKING m4/acx_pthread.m4 m4/ogg.m4 \
|
||||||
m4/theora.m4 m4/vorbis.m4 m4/speex.m4 \
|
m4/theora.m4 m4/vorbis.m4 m4/speex.m4 \
|
||||||
m4/xiph_compiler.m4 m4/xiph_curl.m4 m4/xiph_net.m4 \
|
m4/xiph_compiler.m4 m4/xiph_curl.m4 m4/xiph_net.m4 \
|
||||||
m4/xiph_types.m4 m4/xiph_xml2.m4 icecast.spec examples
|
m4/xiph_types.m4 m4/xiph_xml2.m4 icecast.spec
|
||||||
|
|
||||||
docdir = $(datadir)/doc/$(PACKAGE)
|
docdir = $(datadir)/doc/$(PACKAGE)
|
||||||
doc_DATA = README AUTHORS COPYING NEWS TODO ChangeLog
|
doc_DATA = README AUTHORS COPYING NEWS TODO ChangeLog
|
||||||
|
@ -149,4 +149,4 @@ AC_SUBST(ICECAST_OPTIONAL)
|
|||||||
AC_OUTPUT([Makefile conf/Makefile debian/Makefile src/Makefile src/avl/Makefile
|
AC_OUTPUT([Makefile conf/Makefile debian/Makefile src/Makefile src/avl/Makefile
|
||||||
src/httpp/Makefile src/thread/Makefile src/log/Makefile
|
src/httpp/Makefile src/thread/Makefile src/log/Makefile
|
||||||
src/net/Makefile src/timing/Makefile doc/Makefile web/Makefile
|
src/net/Makefile src/timing/Makefile doc/Makefile web/Makefile
|
||||||
admin/Makefile win32/Makefile win32/res/Makefile])
|
admin/Makefile win32/Makefile win32/res/Makefile examples/Makefile])
|
||||||
|
5
examples/Makefile.am
Normal file
5
examples/Makefile.am
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
|
||||||
|
EXTRA_DIST = icecast_auth-1.0.tar.gz
|
@ -27,12 +27,14 @@ Name: "{app}\web"
|
|||||||
Name: "{app}\admin"
|
Name: "{app}\admin"
|
||||||
Name: "{app}\doc"
|
Name: "{app}\doc"
|
||||||
Name: "{app}\logs"
|
Name: "{app}\logs"
|
||||||
|
Name: "{app}\examples"
|
||||||
|
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
Source: "Release\Icecast2.exe"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "Release\Icecast2.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "Release\icecast2console.exe"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "Release\icecast2console.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "Release\icecastService.exe"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "Release\icecastService.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
|
Source: "..\examples\*"; DestDir: "{app}\examples"; Flags: ignoreversion
|
||||||
Source: "..\doc\icecast2.chm"; DestDir: "{app}\doc"; Flags: ignoreversion
|
Source: "..\doc\icecast2.chm"; DestDir: "{app}\doc"; Flags: ignoreversion
|
||||||
Source: "..\web\*.xsl"; DestDir: "{app}\web"; Flags: ignoreversion
|
Source: "..\web\*.xsl"; DestDir: "{app}\web"; Flags: ignoreversion
|
||||||
Source: "..\web\*.png"; DestDir: "{app}\web"; Flags: ignoreversion
|
Source: "..\web\*.png"; DestDir: "{app}\web"; Flags: ignoreversion
|
||||||
|
Loading…
Reference in New Issue
Block a user