90fdf07aa9
With heavy use of conditionals, I broke Makefile.am for the ancient automake version 1.6. Instead of supporting this automake version forever, I'm removing support for it now. Since automake isn't required on the build machine, nobody should have a serious problem with that.
12 lines
237 B
Makefile
12 lines
237 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2
|
|
|
|
SUBDIRS = src doc
|
|
docs = README UPGRADING
|
|
EXTRA_DIST = COPYING $(docs) m4 autogen.sh scripts .gitignore
|
|
|
|
sparse-check test:
|
|
$(MAKE) -C src $@
|
|
|
|
.PHONY: sparse-check test
|