bin_PROGRAMS = \ axfer # To include headers for gettext and version. AM_CPPFLAGS = \ -I$(top_srcdir)/include # Unit tests. SUBDIRS = \ test LIBRT = @LIBRT@ LDADD = \ $(LIBINTL) \ $(LIBRT) noinst_HEADERS = \ misc.h \ subcmd.h \ container.h \ mapper.h \ xfer.h axfer_SOURCES = \ misc.h \ subcmd.h \ main.c \ subcmd-list.c \ container.h \ container.c \ container-riff-wave.c \ container-au.c \ container-voc.c \ container-raw.c \ mapper.h \ mapper.c \ mapper-single.c \ mapper-multiple.c \ xfer.h \ xfer.c