Makefile.am: don't add directory into EXTRA_DIST

Add separate files.  This fixes "make distcheck".
This commit is contained in:
Max Kellermann 2008-12-24 10:50:23 +01:00
parent 136670832c
commit 6260e0c8a0

View File

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