mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:45:42 +01:00
Move m4 to the tail of SUBDIRS
Moved m4 to the tail of SUBDIRS list.
This commit is contained in:
parent
0aa74e8d4d
commit
2904d69713
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ALSAMIXER_DIR=alsamixer
|
||||||
else
|
else
|
||||||
ALSAMIXER_DIR=
|
ALSAMIXER_DIR=
|
||||||
endif
|
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
|
EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile depcomp
|
||||||
AUTOMAKE_OPTIONS=foreign
|
AUTOMAKE_OPTIONS=foreign
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
Loading…
Reference in a new issue