diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-25 09:21:35 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-25 09:21:35 +0200 |
commit | ca5406108cb086f57222400a08fde34686ce1b3f (patch) | |
tree | 6edbfc168ea3e2a210a1d8350ba6fcf063abaa59 /Makefile.am | |
parent | 06ac740c56bfc0aaa8b67124a09dcbf91c74cdd3 (diff) | |
download | ODR-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.am | 6 |
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 |