X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=utf8%2FMakefile.am;h=7fe0f73118a5a5474c83cdac0b5329ec82027560;hb=80b0ecad6b60c69b8bef41b85e4e53fe37364d55;hp=c219d589307f276d27e01b12fb528a305518aa3f;hpb=11186842441ada03740e09c87b3caa119aed2dcf;p=gedcom-parse.git diff --git a/utf8/Makefile.am b/utf8/Makefile.am index c219d58..7fe0f73 100644 --- a/utf8/Makefile.am +++ b/utf8/Makefile.am @@ -2,6 +2,12 @@ # $Id$ # $Name$ +SUBDIRS = @LCS_SUBDIRS@ . + +INCLUDES = @LCS_INCLUDES@ +CFLAGS = -g -O2 -W -Wall -pedantic -Wno-long-long + noinst_LTLIBRARIES = libutf8.la libutf8_la_SOURCES = utf8-locale.c +libutf8_la_LIBADD = @LCS_LIBADD@ $(LIBICONV) noinst_HEADERS = utf8-locale.h