mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:55:41 +01:00
226ad884d2
Add Makefile and configures that enable BAT on alsa-utils Signed-off-by: Lu, Han <han.lu@intel.com> Signed-off-by: Liam Girdwood <liam.r.girdwood@intel.com> Signed-off-by: Bernard Gautier <bernard.gautier@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
14 lines
179 B
Makefile
14 lines
179 B
Makefile
bin_PROGRAMS = bat
|
|
|
|
bat_SOURCES = \
|
|
bat.c \
|
|
common.c \
|
|
analyze.c \
|
|
signal.c \
|
|
convert.c \
|
|
alsa.c
|
|
|
|
AM_CPPFLAGS = \
|
|
-Wall -I$(top_srcdir)/include
|
|
|
|
bat_LDADD = -lasound
|