From 016af692d9b7040ec1cd15c92a70ecb4000003f6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 6 Oct 2008 18:54:12 +0200 Subject: autotools: tidy up make dist * Add missing headers in Makefile.am * remove mp4ff.dsp (Win32 crap) * Add scripts, m4, bs, autogen.sh to allow for hotfixes by the SCM-challenged. (downloading the source via git is NOT a lightweight operation for everybody). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 559b216d0..03454230f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign 1.6 SUBDIRS = src doc docdir = $(prefix)/share/doc/$(PACKAGE) doc_DATA = README UPGRADING -EXTRA_DIST = COPYING $(doc_DATA) +EXTRA_DIST = COPYING $(doc_DATA) m4 autogen.sh bs build.mk scripts .gitignore sparse-check test: $(MAKE) -C src $@ -- cgit v1.2.3