Skip to content

Commit

Permalink
alsactl: fix compilation when building in a subdir
Browse files Browse the repository at this point in the history
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"
      |          ^~~~~~~~~~~~~

Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
heitbaum authored and perexg committed Aug 30, 2023
1 parent feb9c4c commit b935287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alsactl/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ EXTRA_DIST=alsactl.1 alsactl_init.xml

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 \
daemon.c monitor.c clean.c info.c

Expand Down

0 comments on commit b935287

Please sign in to comment.