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 SUBDIRS = src doc
doc_DATA = AUTHORS COPYING NEWS README TODO UPGRADING doc_DATA = AUTHORS COPYING NEWS README TODO UPGRADING
EXTRA_DIST = $(doc_DATA) autogen.sh \ EXTRA_DIST = $(doc_DATA) autogen.sh \
scripts \ $(wildcard scripts/*.sh) scripts/mpd.spec \
.gitignore .gitignore
sparse-check test: sparse-check test: