aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-10-05 19:20:42 -0700
committerEric Wong <normalperson@yhbt.net>2008-10-05 19:26:23 -0700
commit8a2306146149d4d7915ed1346a7dbd908fb1048f (patch)
tree3c39419432ba47e4ebb03482428335a55254d162 /Makefile.am
parent84a4c6e2651916c65f317a52534dbf08529c5bed (diff)
downloadmpd-8a2306146149d4d7915ed1346a7dbd908fb1048f.tar.gz
mpd-8a2306146149d4d7915ed1346a7dbd908fb1048f.tar.xz
mpd-8a2306146149d4d7915ed1346a7dbd908fb1048f.zip
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).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 $@