summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-25 09:21:35 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-25 09:21:35 +0200
commitca5406108cb086f57222400a08fde34686ce1b3f (patch)
tree6edbfc168ea3e2a210a1d8350ba6fcf063abaa59 /Makefile.am
parent06ac740c56bfc0aaa8b67124a09dcbf91c74cdd3 (diff)
downloadODR-AudioEnc-ca5406108cb086f57222400a08fde34686ce1b3f.tar.gz
ODR-AudioEnc-ca5406108cb086f57222400a08fde34686ce1b3f.tar.bz2
ODR-AudioEnc-ca5406108cb086f57222400a08fde34686ce1b3f.zip
dabplus-enc-file: replace little dots by nice level indicator
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b08b307..7801cc1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,6 +49,8 @@ dabplus_enc_file_zmq_SOURCES = src/dabplus-enc-file-zmq.c \
src/wavreader.c \
src/encryption.c \
src/encryption.h \
+ src/utils.c \
+ src/utils.h \
contrib/lib_crc.h \
contrib/lib_crc.c
@@ -62,7 +64,9 @@ dabplus_enc_alsa_zmq_SOURCES = src/dabplus-enc-alsa-zmq.cpp \
src/SampleQueue.h \
src/encryption.c \
src/encryption.h \
- src/zmq.hpp
+ src/zmq.hpp \
+ src/utils.c \
+ src/utils.h
mot_encoder_CFLAGS = $(GITVERSION_FLAGS) @MAGICKWAND_CFLAGS@ -Icontrib