Commit 51fd7cdf authored by Max Kellermann's avatar Max Kellermann

Makefile.am: removed m4/* from EXTRA_DIST

The m4 files are automatically included in the distribution.
parent 6260e0c8
...@@ -3,7 +3,9 @@ AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2 ...@@ -3,7 +3,9 @@ AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2
SUBDIRS = src doc SUBDIRS = src doc
doc_DATA = AUTHORS COPYING NEWS README TODO UPGRADING 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: sparse-check test:
$(MAKE) -C src $@ $(MAKE) -C src $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment