Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
Icecast-Server
Commits
1926d886
Commit
1926d886
authored
Sep 23, 2005
by
Ed "oddsock" Zaleski
Browse files
include example application in distribution
svn path=/icecast/trunk/icecast/; revision=10053
parent
18e22b80
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
1926d886
...
...
@@ -3,12 +3,12 @@
AUTOMAKE_OPTIONS
=
1.6 foreign dist-zip
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
\
m4/theora.m4 m4/vorbis.m4 m4/speex.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)
doc_DATA
=
README AUTHORS COPYING NEWS TODO ChangeLog
...
...
configure.in
View file @
1926d886
...
...
@@ -149,4 +149,4 @@ AC_SUBST(ICECAST_OPTIONAL)
AC_OUTPUT([Makefile conf/Makefile debian/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])
admin/Makefile win32/Makefile win32/res/Makefile
examples/Makefile
])
examples/Makefile.am
0 → 100644
View file @
1926d886
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS
=
foreign
EXTRA_DIST
=
icecast_auth-1.0.tar.gz
win32/icecast2.iss
View file @
1926d886
...
...
@@ -27,12 +27,14 @@ Name: "{app}\web"
Name: "{app}\admin"
Name: "{app}\doc"
Name: "{app}\logs"
Name: "{app}\examples"
[Files]
Source: "Release\Icecast2.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "Release\icecast2console.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: "..\web\*.xsl"; DestDir: "{app}\web"; Flags: ignoreversion
Source: "..\web\*.png"; DestDir: "{app}\web"; Flags: ignoreversion
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment