mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 23:05:42 +01:00
b45a11b0ed
Added the missing alsactl.h
6 lines
138 B
Makefile
6 lines
138 B
Makefile
sbin_PROGRAMS=alsactl
|
|
man_MANS=alsactl.1
|
|
EXTRA_DIST=alsactl.1
|
|
|
|
alsactl_SOURCES=alsactl.c state.c power.c names.c
|
|
noinst_HEADERS=alsactl.h
|