[xiph-commits] r15793 - in trunk/ezstream: . win32 win32/shout

moritz at svn.xiph.org moritz at svn.xiph.org
Tue Mar 17 15:25:48 PDT 2009


Author: moritz
Date: 2009-03-17 15:25:47 -0700 (Tue, 17 Mar 2009)
New Revision: 15793

Modified:
   trunk/ezstream/configure.in
   trunk/ezstream/win32/Makefile.am
   trunk/ezstream/win32/shout/
Log:
Adjust auto-fu to handle the changed win32/ stuff.


Modified: trunk/ezstream/configure.in
===================================================================
--- trunk/ezstream/configure.in	2009-03-17 22:18:34 UTC (rev 15792)
+++ trunk/ezstream/configure.in	2009-03-17 22:25:47 UTC (rev 15793)
@@ -280,6 +280,7 @@
 	m4/Makefile
 	src/Makefile
 	win32/Makefile
+	win32/shout/Makefile
 ])
 
 AC_OUTPUT

Modified: trunk/ezstream/win32/Makefile.am
===================================================================
--- trunk/ezstream/win32/Makefile.am	2009-03-17 22:18:34 UTC (rev 15792)
+++ trunk/ezstream/win32/Makefile.am	2009-03-17 22:25:47 UTC (rev 15793)
@@ -1,7 +1,13 @@
 AUTOMAKE_OPTIONS = 1.9 foreign
 
-EXTRA_DIST	 = README.win32 config.h ezstream.sln ezstream.vcproj
+SUBDIRS 	 = shout
 
+EXTRA_DIST	 = \
+	README.win32 config.h compat.h \
+	ezstream.sln ezstream.vcproj \
+	libflac.vcproj libogg.vcproj libshout.vcproj libspeex.vcproj \
+	libtheora.vcproj libvorbis.vcproj libvorbisfile.vcproj libz.vcproj
+
 CLEANFILES	 = core *.core *~ .*~ ezstream.1.pdf
 
 do_subst	 = sed -e 's,!!EXAMPLES_DIR!!,${PACKAGE_TARNAME}-${PACKAGE_VERSION}-win32/examples,g'


Property changes on: trunk/ezstream/win32/shout
___________________________________________________________________
Name: svn:ignore
   + Makefile.in




More information about the commits mailing list