[xiph-commits] r12533 - trunk/ezstream

moritz at svn.xiph.org moritz at svn.xiph.org
Sat Feb 24 13:19:22 PST 2007


Author: moritz
Date: 2007-02-24 13:19:20 -0800 (Sat, 24 Feb 2007)
New Revision: 12533

Modified:
   trunk/ezstream/Makefile.am
Log:
Hook up doc/ with the build, depend on automake 1.9 and remove dist-zip for now.
The latter will come back after testing on Windows has been done.


Modified: trunk/ezstream/Makefile.am
===================================================================
--- trunk/ezstream/Makefile.am	2007-02-24 21:16:26 UTC (rev 12532)
+++ trunk/ezstream/Makefile.am	2007-02-24 21:19:20 UTC (rev 12533)
@@ -1,10 +1,14 @@
 ## Process this file with automake to produce Makefile.in
 
-AUTOMAKE_OPTIONS = 1.6 foreign dist-zip
+AUTOMAKE_OPTIONS = 1.9 foreign
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = src win32 conf
+SUBDIRS =	conf doc src win32
 
+dist_doc_DATA = COPYING README
+
+CLEANFILES =	core *.core *~ .*~
+
 debug:
 	$(MAKE) all CFLAGS="@DEBUG@"
 



More information about the commits mailing list