X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=utf8%2FMakefile.am;h=7b67f4616ec1cba76adca9b1e9a8f6c4e857a328;hb=af581cf02cbbed0d24636be0b3533587448e7e0f;hp=670425f190a9cd0599963d9c3d4cc7aaf7a32f0b;hpb=f063286d11379bef709dc47d696e4f5b8e9b20c1;p=gedcom-parse.git diff --git a/utf8/Makefile.am b/utf8/Makefile.am index 670425f..7b67f46 100644 --- a/utf8/Makefile.am +++ b/utf8/Makefile.am @@ -8,6 +8,6 @@ INCLUDES = @LCS_INCLUDES@ CFLAGS = -g -O2 -W -Wall -pedantic -Wno-long-long noinst_LTLIBRARIES = libutf8.la -libutf8_la_SOURCES = utf8-locale.c utf8.c +libutf8_la_SOURCES = utf8-locale.c utf8.c utf8-convert.c libutf8_la_LIBADD = @LCS_LIBADD@ $(LIBICONV) noinst_HEADERS = utf8.h