From 8a2306146149d4d7915ed1346a7dbd908fb1048f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 5 Oct 2008 19:20:42 -0700 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