From 66f40d1badeb945d60b76c182e7bee4b0fc4dd7b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 19 Apr 2014 00:37:19 +0200 Subject: Add ZMQ CURVE auth support --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a357778..b08b307 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,8 @@ dabplus_enc_file_zmq_LDADD = libfdk-aac.la -lfec -lzmq dabplus_enc_file_zmq_CFLAGS = $(AM_CPPFLAGS) $(GITVERSION_FLAGS) dabplus_enc_file_zmq_SOURCES = src/dabplus-enc-file-zmq.c \ src/wavreader.c \ + src/encryption.c \ + src/encryption.h \ contrib/lib_crc.h \ contrib/lib_crc.c @@ -58,6 +60,8 @@ dabplus_enc_alsa_zmq_SOURCES = src/dabplus-enc-alsa-zmq.cpp \ src/AlsaInput.cpp \ src/AlsaInput.h \ src/SampleQueue.h \ + src/encryption.c \ + src/encryption.h \ src/zmq.hpp -- cgit v1.2.3