mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:05:43 +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
|
||||
amixer/amixer
|
||||
aplay/aplay
|
||||
aplay/arecord
|
||||
aplay/arecord.1
|
||||
iecset/iecset
|
||||
seq/aconnect/aconnect
|
||||
|
|
|
@ -5,7 +5,7 @@ else
|
|||
ALSAMIXER_DIR=
|
||||
endif
|
||||
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
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ man_MANS=alsactl.1 alsactl_init.7
|
|||
EXTRA_DIST=alsactl.1 alsactl_init.xml
|
||||
|
||||
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
|
||||
xmlto man $?
|
||||
|
|
Loading…
Reference in a new issue