From 246226abacd8ed71b5e56405c3079b3a3282b8e2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 3 Oct 2014 10:32:30 +0200 Subject: New aiorecord/aioplay stub programs. --- src/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 74ae706..a3b9e9d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,15 @@ aiomixer_SOURCES = \ device.cc \ mixer.cc +aiorecord_LDADD = $(ALSA_LIBS) +aiorecord_CXXFLAGS = $(ALSA_CFLAGS) +aiorecord_SOURCES = \ + aiorecord.cc \ + source.cc \ + sink.cc \ + device.cc \ + mixer.cc + aioloop_LDADD = $(ALSA_LIBS) -lpthread aioloop_CXXFLAGS = $(ALSA_CFLAGS) aioloop_SOURCES = \ -- cgit v1.2.3