diff options
| -rw-r--r-- | Makefile.am | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cabbd47..7dd97ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,7 +70,12 @@ dabplus_enc_SOURCES     = src/dabplus-enc.cpp \  						  src/zmq.hpp \  						  src/utils.c \  						  src/utils.h \ -						  src/wavreader.c +						  src/wavreader.c \ +						  src/charset.h \ +						  src/utf8.h \ +						  src/utf8/checked.h \ +						  src/utf8/unchecked.h \ +						  src/utf8/core.h  mot_encoder_CXXFLAGS = $(GITVERSION_FLAGS) @MAGICKWAND_CFLAGS@ -Icontrib  mot_encoder_LDADD    = @MAGICKWAND_LDADD@  | 
