diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-10-06 18:54:12 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-06 18:54:12 +0200 |
commit | 016af692d9b7040ec1cd15c92a70ecb4000003f6 (patch) | |
tree | d97449ccfc848c2d539e939eaf53f9f791d0fde2 /Makefile.am | |
parent | a792dc5b933c1314ddf9d5c33844a7e016ad32d4 (diff) | |
download | mpd-016af692d9b7040ec1cd15c92a70ecb4000003f6.tar.gz mpd-016af692d9b7040ec1cd15c92a70ecb4000003f6.tar.xz mpd-016af692d9b7040ec1cd15c92a70ecb4000003f6.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.am | 2 |
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 $@ |