From 2904d69713d4814cd769c5a75b8ff248fbb08b6a Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 3 Jan 2005 11:55:04 +0000 Subject: [PATCH] Move m4 to the tail of SUBDIRS Moved m4 to the tail of SUBDIRS list. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e9ddcac..956c26c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ ALSAMIXER_DIR=alsamixer else ALSAMIXER_DIR= endif -SUBDIRS= m4 include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils +SUBDIRS= include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile depcomp AUTOMAKE_OPTIONS=foreign ACLOCAL_AMFLAGS = -I m4