X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2FMakefile.am;h=9c88264f404f6634139767758b26f1329339a300;hb=935f36fc3499cb863e577fcab2d26588385d2292;hp=aa33f87832862d291a379278f5998e295e1c3982;hpb=1212c16d137dfadc22a0606004be47a3184bc42b;p=gedcom-parse.git diff --git a/gedcom/Makefile.am b/gedcom/Makefile.am index aa33f87..9c88264 100644 --- a/gedcom/Makefile.am +++ b/gedcom/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include -I $(srcdir)/calendar \ -DPKGDATADIR=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" YFLAGS = --debug --defines LFLAGS = -8 -CFLAGS = -g -O2 -W -Wall -pedantic +CFLAGS = -g -O2 -W -Wall -pedantic -Wno-long-long lib_LTLIBRARIES = libgedcom.la libgedcom_la_SOURCES = lex.gedcom_1byte_.c \ @@ -28,7 +28,7 @@ libgedcom_la_SOURCES = lex.gedcom_1byte_.c \ age.c \ compat.c libgedcom_la_LDFLAGS = -export-dynamic -version-info $(LIBVERSION) $(LIBICONV) -libgedcom_la_LIBADD = calendar/libcalendar.la +libgedcom_la_LIBADD = calendar/libcalendar.la @INTLLIBS@ BUILT_SOURCES = lex.gedcom_1byte_.c \ lex.gedcom_hilo_.c \ lex.gedcom_lohi_.c \