Makefile.am: removed m4/* from EXTRA_DIST
The m4 files are automatically included in the distribution.
This commit is contained in:
parent
6260e0c8a0
commit
51fd7cdfb7
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user