Makefile.am: removed m4/* from EXTRA_DIST

The m4 files are automatically included in the distribution.
This commit is contained in:
Max Kellermann 2008-12-24 10:56:53 +01:00
parent 6260e0c8a0
commit 51fd7cdfb7

View File

@ -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 $@