OSDN Git Service

axfer: add support for a container of Microsoft/IBM RIFF/Wave format
[android-x86/external-alsa-utils.git] / axfer / Makefile.am
1 bin_PROGRAMS = \
2         axfer
3
4 # To include headers for gettext and version.
5 AM_CPPFLAGS = \
6         -I$(top_srcdir)/include
7
8 # Unit tests.
9 SUBDIRS =
10
11 LIBRT = @LIBRT@
12 LDADD = \
13         $(LIBINTL) \
14         $(LIBRT)
15
16 noinst_HEADERS = \
17         misc.h \
18         subcmd.h \
19         container.h
20
21 axfer_SOURCES = \
22         misc.h \
23         subcmd.h \
24         main.c \
25         subcmd-list.c \
26         container.h \
27         container.c \
28         container-riff-wave.c