summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-10-03 10:32:30 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-10-03 10:32:30 +0200
commit246226abacd8ed71b5e56405c3079b3a3282b8e2 (patch)
treea211ee77d9b40810ddf2fb31d792f16f0e236795
parentc64848b8ed70ae5931fb1cf12ef55088cc752a14 (diff)
New aiorecord/aioplay stub programs.
-rw-r--r--src/Makefile.am9
1 files changed, 9 insertions, 0 deletions
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 = \