aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-11 10:29:49 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-11 10:29:49 +0200
commit0c626f9434d45fbd2be4869cf013c7877c4c0339 (patch)
tree8bd9522453b50abc8feafeee565503170b3f15d7 /Makefile.am
parented3d028a3e271aeeb823544f9adc8c6ad655f603 (diff)
downloadODR-PadEnc-0c626f9434d45fbd2be4869cf013c7877c4c0339.tar.gz
ODR-PadEnc-0c626f9434d45fbd2be4869cf013c7877c4c0339.tar.bz2
ODR-PadEnc-0c626f9434d45fbd2be4869cf013c7877c4c0339.zip
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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)