]> git.alsa-project.org Git - alsa-utils.git/commit
alsactl: fix compilation when building in a subdir
authorRudi Heitbaum <rudi@heitbaum.com>
Mon, 15 May 2023 16:27:59 +0000 (02:27 +1000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 30 Aug 2023 16:56:41 +0000 (18:56 +0200)
commite4daea49d8b4584f76422ea0461d7e3d63a6e7ef
tree7f96c3f735e462a449414e37fa8fe463fedd70a3
parentfeb9c4cdecb24d6d52496487aa7f074651c4907a
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>
alsactl/Makefile.am