X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=utf8%2FMakefile.am;h=b0419e5e29974437f32719c1df120c47eec54975;hb=8a73dd117ad3bf06a89595f7cd8fdef45c231a6e;hp=2a237bee707660af5497d149733925fb7d4122d6;hpb=55ce2ea3453000a221f98f520bda9169894a6c39;p=gedcom-parse.git diff --git a/utf8/Makefile.am b/utf8/Makefile.am index 2a237be..b0419e5 100644 --- a/utf8/Makefile.am +++ b/utf8/Makefile.am @@ -2,7 +2,12 @@ # $Id$ # $Name$ +SUBDIRS = @LCS_SUBDIRS@ . + +INCLUDES = @LCS_INCLUDES@ +CFLAGS = -O2 -W -Wall -pedantic -Wno-long-long @EXTRA_CFLAGS@ + noinst_LTLIBRARIES = libutf8.la -libutf8_la_SOURCES = utf8-locale.c -libutf8_la_LDFLAGS = $(LIBICONV) -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