mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:45:42 +01:00
Merge branch 'master' of git@git.alsa-project.org:alsa-utils
This commit is contained in:
commit
c97e82caf7
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -30,6 +30,7 @@ alsamixer/alsamixer
|
||||||
amidi/amidi
|
amidi/amidi
|
||||||
amixer/amixer
|
amixer/amixer
|
||||||
aplay/aplay
|
aplay/aplay
|
||||||
|
aplay/arecord
|
||||||
aplay/arecord.1
|
aplay/arecord.1
|
||||||
iecset/iecset
|
iecset/iecset
|
||||||
seq/aconnect/aconnect
|
seq/aconnect/aconnect
|
||||||
|
|
|
@ -5,7 +5,7 @@ else
|
||||||
ALSAMIXER_DIR=
|
ALSAMIXER_DIR=
|
||||||
endif
|
endif
|
||||||
SUBDIRS= include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po
|
SUBDIRS= include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po
|
||||||
EXTRA_DIST= config.rpath mkinstalldirs ChangeLog INSTALL TODO README configure gitcompile depcomp
|
EXTRA_DIST= TODO gitcompile
|
||||||
AUTOMAKE_OPTIONS=foreign
|
AUTOMAKE_OPTIONS=foreign
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ man_MANS=alsactl.1 alsactl_init.7
|
||||||
EXTRA_DIST=alsactl.1 alsactl_init.xml
|
EXTRA_DIST=alsactl.1 alsactl_init.xml
|
||||||
|
|
||||||
alsactl_SOURCES=alsactl.c state.c utils.c init_parse.c
|
alsactl_SOURCES=alsactl.c state.c utils.c init_parse.c
|
||||||
noinst_HEADERS=alsactl.h
|
noinst_HEADERS=alsactl.h list.h init_sysdeps.c init_utils_string.c init_utils_run.c init_sysfs.c
|
||||||
|
|
||||||
%.7: %.xml
|
%.7: %.xml
|
||||||
xmlto man $?
|
xmlto man $?
|
||||||
|
|
Loading…
Reference in a new issue