X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=utf8%2FMakefile.am;h=b0419e5e29974437f32719c1df120c47eec54975;hb=8a73dd117ad3bf06a89595f7cd8fdef45c231a6e;hp=97689ed0f330c4aef5bce0f2de7fb0319f67d6d4;hpb=4be49476b61e84bba17ac7b781b5fa7f8d36dd2b;p=gedcom-parse.git diff --git a/utf8/Makefile.am b/utf8/Makefile.am index 97689ed..b0419e5 100644 --- a/utf8/Makefile.am +++ b/utf8/Makefile.am @@ -5,10 +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 -libutf8_la_LDFLAGS = $(LIBICONV) -libutf8_la_LIBADD = @LCS_LIBADD@ -noinst_HEADERS = utf8-locale.h +libutf8_la_SOURCES = utf8-locale.c utf8.c utf8-convert.c +libutf8_la_LIBADD = @LCS_LIBADD@ $(LIBICONV) +noinst_HEADERS = utf8.h