[xiph-commits] r10053 - in icecast/trunk/icecast: . examples win32

oddsock at svn.xiph.org oddsock at svn.xiph.org
Fri Sep 23 14:31:55 PDT 2005


Author: oddsock
Date: 2005-09-23 14:31:52 -0700 (Fri, 23 Sep 2005)
New Revision: 10053

Added:
   icecast/trunk/icecast/examples/Makefile.am
Modified:
   icecast/trunk/icecast/Makefile.am
   icecast/trunk/icecast/configure.in
   icecast/trunk/icecast/win32/icecast2.iss
Log:
include example application in distribution


Modified: icecast/trunk/icecast/Makefile.am
===================================================================
--- icecast/trunk/icecast/Makefile.am	2005-09-23 21:29:49 UTC (rev 10052)
+++ icecast/trunk/icecast/Makefile.am	2005-09-23 21:31:52 UTC (rev 10053)
@@ -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

Modified: icecast/trunk/icecast/configure.in
===================================================================
--- icecast/trunk/icecast/configure.in	2005-09-23 21:29:49 UTC (rev 10052)
+++ icecast/trunk/icecast/configure.in	2005-09-23 21:31:52 UTC (rev 10053)
@@ -149,4 +149,4 @@
 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])

Added: icecast/trunk/icecast/examples/Makefile.am
===================================================================
--- icecast/trunk/icecast/examples/Makefile.am	2005-09-23 21:29:49 UTC (rev 10052)
+++ icecast/trunk/icecast/examples/Makefile.am	2005-09-23 21:31:52 UTC (rev 10053)
@@ -0,0 +1,5 @@
+## Process this file with automake to produce Makefile.in
+
+AUTOMAKE_OPTIONS = foreign
+
+EXTRA_DIST = icecast_auth-1.0.tar.gz

Modified: icecast/trunk/icecast/win32/icecast2.iss
===================================================================
--- icecast/trunk/icecast/win32/icecast2.iss	2005-09-23 21:29:49 UTC (rev 10052)
+++ icecast/trunk/icecast/win32/icecast2.iss	2005-09-23 21:31:52 UTC (rev 10053)
@@ -27,12 +27,14 @@
 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



More information about the commits mailing list