From d66dddb47eb8f1117b2387fe9e9e0b746c0cc315 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Dec 2008 11:01:14 +0100 Subject: Makefile.am: distribute only real scripts Don't distribute the whole scripts/ directory, because this may include editor backup files and other temporary files. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3