aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-24 11:01:14 +0100
committerMax Kellermann <max@duempel.org>2008-12-24 11:01:14 +0100
commitd66dddb47eb8f1117b2387fe9e9e0b746c0cc315 (patch)
treec40dbe8d7655e2a75d5139897694de772001d7fb /Makefile.am
parent51fd7cdfb749ce4b9ee70a90500430be2e64e785 (diff)
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index adf0ceee..ede4f6a0 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: