From 9f9ae68a9d7443917f6ec36afb01dcd83dc91f38 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 23 Sep 2008 08:10:19 +0200 Subject: Add --disable-alsaconf to configure script Signed-off-by: Jaroslav Kysela --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b2646e4..554617d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,13 @@ ALSAMIXER_DIR=alsamixer else ALSAMIXER_DIR= endif -SUBDIRS= include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po +if ALSACONF +ALSACONF_DIR=alsaconf +else +ALSACONF_DIR= +endif +SUBDIRS= include alsactl $(ALSACONF_DIR) $(ALSAMIXER_DIR) amidi amixer \ + aplay iecset seq speaker-test utils m4 po EXTRA_DIST= TODO gitcompile AUTOMAKE_OPTIONS=foreign ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.1