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