From 18e22b802712f0bfda1dd51f5ecaa586a26bcf6f Mon Sep 17 00:00:00 2001 From: oddsock Date: Fri, 23 Sep 2005 21:13:04 +0000 Subject: [PATCH] add examples to distribution svn path=/icecast/trunk/icecast/; revision=10051 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c56a9be0..09e76c77 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = src conf debian doc web admin win32 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 + m4/xiph_types.m4 m4/xiph_xml2.m4 icecast.spec examples docdir = $(datadir)/doc/$(PACKAGE) doc_DATA = README AUTHORS COPYING NEWS TODO ChangeLog