[xiph-commits] r12571 - in trunk/ezstream: . m4
moritz at svn.xiph.org
moritz at svn.xiph.org
Mon Feb 26 11:59:22 PST 2007
Author: moritz
Date: 2007-02-26 11:59:19 -0800 (Mon, 26 Feb 2007)
New Revision: 12571
Added:
trunk/ezstream/m4/Makefile.am
Modified:
trunk/ezstream/Makefile.am
trunk/ezstream/configure.in
Log:
Add m4/ to the distribution tarball.
Modified: trunk/ezstream/Makefile.am
===================================================================
--- trunk/ezstream/Makefile.am 2007-02-26 15:28:50 UTC (rev 12570)
+++ trunk/ezstream/Makefile.am 2007-02-26 19:59:19 UTC (rev 12571)
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = 1.9 foreign
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = conf doc src win32
+SUBDIRS = conf doc m4 src win32
dist_doc_DATA = COPYING README
Modified: trunk/ezstream/configure.in
===================================================================
--- trunk/ezstream/configure.in 2007-02-26 15:28:50 UTC (rev 12570)
+++ trunk/ezstream/configure.in 2007-02-26 19:59:19 UTC (rev 12571)
@@ -97,6 +97,7 @@
AC_CONFIG_FILES(Makefile \
conf/Makefile \
doc/Makefile \
+ m4/Makefile \
src/Makefile \
win32/Makefile)
Added: trunk/ezstream/m4/Makefile.am
===================================================================
--- trunk/ezstream/m4/Makefile.am 2007-02-26 15:28:50 UTC (rev 12570)
+++ trunk/ezstream/m4/Makefile.am 2007-02-26 19:59:19 UTC (rev 12571)
@@ -0,0 +1,5 @@
+AUTOMAKE_OPTIONS = 1.9 foreign
+
+EXTRA_DIST = ogg.m4 shout.m4 vorbis.m4 xiph_compiler.m4 xiph_xml2.m4
+
+CLEANFILES = core *.core *~ .*~
More information about the commits
mailing list