Commit 6260e0c8 authored by Max Kellermann's avatar Max Kellermann

Makefile.am: don't add directory into EXTRA_DIST

Add separate files. This fixes "make distcheck".
parent 13667083
......@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2
SUBDIRS = src doc
doc_DATA = AUTHORS COPYING NEWS README TODO UPGRADING
EXTRA_DIST = $(doc_DATA) m4 autogen.sh scripts .gitignore
EXTRA_DIST = $(doc_DATA) $(wildcard m4/*.m4) autogen.sh scripts .gitignore
sparse-check test:
$(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