aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-10 21:35:38 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-10 21:35:38 +0100
commit5dcebeb9016a12fa3399a86a17e557f43ef2dea6 (patch)
treee8f86f531136e8b9ba0e349e21462397665ef567 /Makefile.am
parentb0113afac2a68066fafbb2796963fa2cb72ac638 (diff)
downloadODR-AudioEnc-5dcebeb9016a12fa3399a86a17e557f43ef2dea6.tar.gz
ODR-AudioEnc-5dcebeb9016a12fa3399a86a17e557f43ef2dea6.tar.bz2
ODR-AudioEnc-5dcebeb9016a12fa3399a86a17e557f43ef2dea6.zip
rename AlsaDabplus.cpp to dabplus-enc-alsa-zmq.cpp
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bf31fdd..1097113 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,7 +59,7 @@ dabplus_enc_alsa_zmq_LDFLAGS = -no-install
dabplus_enc_alsa_zmq_LDADD = libfdk-aac.la -lfec -lzmq -lasound \
-lrt -lboost_thread
dabplus_enc_alsa_zmq_CPPFLAGS = $(AM_CPPFLAGS) $(GITVERSION_FLAGS)
-dabplus_enc_alsa_zmq_SOURCES = src/AlsaDabplus.cpp \
+dabplus_enc_alsa_zmq_SOURCES = src/dabplus-enc-alsa-zmq.cpp \
src/AlsaInput.cpp \
src/AlsaInput.h \
src/SampleQueue.h \