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:
parent
51fd7cdfb7
commit
d66dddb47e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user