Makefile.am: distribute only real scripts

Don't distribute the whole scripts/ directory, because this may
include editor backup files and other temporary files.
This commit is contained in:
Max Kellermann 2008-12-24 11:01:14 +01:00
parent 51fd7cdfb7
commit d66dddb47e

View File

@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2
SUBDIRS = src doc
doc_DATA = AUTHORS COPYING NEWS README TODO UPGRADING
EXTRA_DIST = $(doc_DATA) autogen.sh \
scripts \
$(wildcard scripts/*.sh) scripts/mpd.spec \
.gitignore
sparse-check test: