mpd/Makefile.am
Max Kellermann 90fdf07aa9 Makefile.am: require automake 1.9
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.
2008-10-18 07:21:04 +02:00

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