From 0c626f9434d45fbd2be4869cf013c7877c4c0339 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 11 Sep 2016 10:29:49 +0200 Subject: Replace lib_crc by crc from ODR-DabMux lib_crc had no licence associated with it. The licence situation of ODR-DabMux code is clearer and has the same licence as this project --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e2f6573..07fdb0a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,8 +10,8 @@ endif odr_padenc_CXXFLAGS = $(GITVERSION_FLAGS) @MAGICKWAND_CFLAGS@ -Icontrib -Wall -Wextra odr_padenc_LDADD = @MAGICKWAND_LDADD@ odr_padenc_SOURCES = src/mot-encoder.cpp \ - contrib/lib_crc.h \ - contrib/lib_crc.c + src/crc.h \ + src/crc.c bin_PROGRAMS = odr-padenc$(EXEEXT) -- cgit v1.2.3