diff options
author | Max Kellermann <max@duempel.org> | 2008-12-24 11:01:14 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-24 11:01:14 +0100 |
commit | d66dddb47eb8f1117b2387fe9e9e0b746c0cc315 (patch) | |
tree | c40dbe8d7655e2a75d5139897694de772001d7fb /Makefile.am | |
parent | 51fd7cdfb749ce4b9ee70a90500430be2e64e785 (diff) | |
download | mpd-d66dddb47eb8f1117b2387fe9e9e0b746c0cc315.tar.gz mpd-d66dddb47eb8f1117b2387fe9e9e0b746c0cc315.tar.xz mpd-d66dddb47eb8f1117b2387fe9e9e0b746c0cc315.zip |
Makefile.am: distribute only real scripts
Don't distribute the whole scripts/ directory, because this may
include editor backup files and other temporary files.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index adf0ceeea..ede4f6a0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: |