From 4d52b7e19d50ea3533ec7e07681115b9db08115e Mon Sep 17 00:00:00 2001 From: Thomas Karlsson Date: Mon, 14 Nov 2016 16:35:37 +0100 Subject: converted the crc into c++ with namespace. Since it conflicts with other crc implementation in imagemagic lib. This resulted in png images that would not open due to "crc error". --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0c78a19..931179b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,8 +10,7 @@ endif odr_padenc_CXXFLAGS = $(GITVERSION_FLAGS) @MAGICKWAND_CFLAGS@ -Icontrib -Wall -Wextra odr_padenc_LDADD = @MAGICKWAND_LDADD@ odr_padenc_SOURCES = src/odr-padenc.cpp \ - src/crc.h \ - src/crc.c + src/crc.cpp bin_PROGRAMS = odr-padenc$(EXEEXT) -- cgit v1.2.3