From 54387d14516c15bcdf938cafe16c627570354587 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 18 Feb 2009 19:27:05 +0100 Subject: configure.ac: added switch for test programs The switch syntax is "--enable-test". There are no test programs yet. --- Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ede4f6a0d..f39793efb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,22 @@ EXTRA_DIST = $(doc_DATA) autogen.sh \ $(wildcard scripts/*.sh) scripts/mpd.spec \ .gitignore + +AM_CFLAGS = -I$(srcdir)/src $(GLIB_CFLAGS) +AM_LDFLAGS = $(GLIB_LIBS) + + +# +# Test programs +# + +if ENABLE_TEST + +noinst_PROGRAMS = + +endif + + sparse-check test: $(MAKE) -C src $@ -- cgit v1.2.3