mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:05:41 +01:00
alsactl: fix compilation when building in a subdir
Fixes:613372d
Fixes:cff2d1c
Compile errors when building in a subdir: alsactl/alsactl.c:33:10: fatal error: os_compat.h: No such file or directory 33 | #include "os_compat.h" | ^~~~~~~~~~~~~ alsactl/lock.c:34:10: fatal error: os_compat.h: No such file or directory 34 | #include "os_compat.h" | ^~~~~~~~~~~~~ Fixes: https://github.com/alsa-project/alsa-utils/pull/213 Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
feb9c4cdec
commit
e4daea49d8
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ EXTRA_DIST=alsactl.1 alsactl_init.xml
|
||||||
|
|
||||||
AM_CFLAGS = -D_GNU_SOURCE
|
AM_CFLAGS = -D_GNU_SOURCE
|
||||||
|
|
||||||
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||||
|
|
||||||
alsactl_SOURCES=alsactl.c state.c lock.c utils.c init_parse.c init_ucm.c \
|
alsactl_SOURCES=alsactl.c state.c lock.c utils.c init_parse.c init_ucm.c \
|
||||||
daemon.c monitor.c clean.c info.c
|
daemon.c monitor.c clean.c info.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue