summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2015-10-27 17:32:51 +0100
committerJaroslav Kysela <perex@perex.cz>2015-10-27 17:32:51 +0100
commit47e668f453d2e7d4cc7611feecdccdae0f143bd0 (patch)
tree928039b7ec1b91732a97667711cef0c11ed8f536
parentbc352dfba9f344ce60de70bfd374e809f614aee3 (diff)
downloadalsa-utils-47e668f453d2e7d4cc7611feecdccdae0f143bd0.tar.gz
bat: add all headers to noinst_HEADERS
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--bat/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/bat/Makefile.am b/bat/Makefile.am
index c0b5966..842ae6b 100644
--- a/bat/Makefile.am
+++ b/bat/Makefile.am
@@ -12,7 +12,11 @@ bat_SOURCES = \
alsa.c
noinst_HEADERS = \
- common.h
+ common.h \
+ signal.h \
+ alsa.h \
+ convert.h \
+ analyze.h
AM_CPPFLAGS = \
-Wall -I$(top_srcdir)/include