diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-04 09:44:28 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-05-04 09:44:36 +0200 | 
| commit | 0ee4ef06f3c8f91e8d67c53e19dc348dd65fcb13 (patch) | |
| tree | 7ec35253e15e52553d932ae0342b48676a602468 | |
| parent | c68b20647b3d7a01f374ce7148fd4cbb1a0aaec7 (diff) | |
| download | ODR-AudioEnc-0ee4ef06f3c8f91e8d67c53e19dc348dd65fcb13.tar.gz ODR-AudioEnc-0ee4ef06f3c8f91e8d67c53e19dc348dd65fcb13.tar.bz2 ODR-AudioEnc-0ee4ef06f3c8f91e8d67c53e19dc348dd65fcb13.zip  | |
Add missing files to Makefile.am
| -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@  | 
