aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-24 10:56:53 +0100
committerMax Kellermann <max@duempel.org>2008-12-24 10:56:53 +0100
commit51fd7cdfb749ce4b9ee70a90500430be2e64e785 (patch)
tree2aecbe9cfa3f715b3690e1fd0fd91a09b1bf7d23 /Makefile.am
parent6260e0c8a0cf3fd79b9e4154bf730bf0358be51a (diff)
downloadmpd-51fd7cdfb749ce4b9ee70a90500430be2e64e785.tar.gz
mpd-51fd7cdfb749ce4b9ee70a90500430be2e64e785.tar.xz
mpd-51fd7cdfb749ce4b9ee70a90500430be2e64e785.zip
Makefile.am: removed m4/* from EXTRA_DIST
The m4 files are automatically included in the distribution.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 006ca5de3..adf0ceeea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,9 @@ AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2
SUBDIRS = src doc
doc_DATA = AUTHORS COPYING NEWS README TODO UPGRADING
-EXTRA_DIST = $(doc_DATA) $(wildcard m4/*.m4) autogen.sh scripts .gitignore
+EXTRA_DIST = $(doc_DATA) autogen.sh \
+ scripts \
+ .gitignore
sparse-check test:
$(MAKE) -C src $@