mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-13 00:55:42 +01:00
bat: add all headers to noinst_HEADERS
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
bc352dfba9
commit
47e668f453
1 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,11 @@ bat_SOURCES = \
|
||||||
alsa.c
|
alsa.c
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
common.h
|
common.h \
|
||||||
|
signal.h \
|
||||||
|
alsa.h \
|
||||||
|
convert.h \
|
||||||
|
analyze.h
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-Wall -I$(top_srcdir)/include
|
-Wall -I$(top_srcdir)/include
|
||||||
|
|
Loading…
Reference in a new issue