From b808b7bfecbee44527c4faa6f9cc16ed44b73a34 Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Sat, 11 Feb 2017 01:15:53 +0100 Subject: Move charset to separate source file to prevent multi-include errors --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fac92c2..6e2a78c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,7 @@ odr_padenc_SOURCES = \ src/common.h \ src/pad_common.cpp \ src/pad_common.h \ + src/charset.cpp \ src/charset.h \ src/crc.cpp \ src/crc.h -- cgit v1.2.3