From b633b007a5b2f4b3d61018964453264d68428f40 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 25 Apr 2014 21:54:56 +0200 Subject: Add dls-only encoder for testing purposes --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8662153..8b89708 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,7 +66,13 @@ mot_encoder_SOURCES = src/mot-encoder.c \ contrib/lib_crc.h \ contrib/lib_crc.c +dls_encoder_CFLAGS = $(GITVERSION_FLAGS) -Icontrib +dls_encoder_SOURCES = src/dls.c \ + contrib/lib_crc.h \ + contrib/lib_crc.c + bin_PROGRAMS = dabplus-enc$(EXEEXT) \ + dls-encoder$(EXEEXT) \ mot-encoder$(EXEEXT) noinst_HEADERS = src/wavreader.h -- cgit v1.2.3