X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=utf8%2FMakefile.am;h=b0419e5e29974437f32719c1df120c47eec54975;hb=8a73dd117ad3bf06a89595f7cd8fdef45c231a6e;hp=670425f190a9cd0599963d9c3d4cc7aaf7a32f0b;hpb=d561f04f39667f76d58dbb9fe8813a0a9e44681a;p=gedcom-parse.git diff --git a/utf8/Makefile.am b/utf8/Makefile.am index 670425f..b0419e5 100644 --- a/utf8/Makefile.am +++ b/utf8/Makefile.am @@ -5,9 +5,9 @@ SUBDIRS = @LCS_SUBDIRS@ . INCLUDES = @LCS_INCLUDES@ -CFLAGS = -g -O2 -W -Wall -pedantic -Wno-long-long +CFLAGS = -O2 -W -Wall -pedantic -Wno-long-long @EXTRA_CFLAGS@ 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