From: Peter Verthez Date: Sun, 27 Oct 2002 15:52:14 +0000 (+0000) Subject: Extra C flags for portability. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=862ab80e4574e70069ad77fb2654caa090b9153e;p=gedcom-parse.git Extra C flags for portability. --- diff --git a/gedcom/Makefile.am b/gedcom/Makefile.am index 8789136..b932d69 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 -Wno-long-long +CFLAGS = -g -O2 -W -Wall -pedantic -Wno-long-long @EXTRA_CFLAGS@ lib_LTLIBRARIES = libgedcom.la libgedcom_la_SOURCES = lex.gedcom_1byte_.c \ diff --git a/gom/Makefile.am b/gom/Makefile.am index faaa1d5..9e6b12c 100644 --- a/gom/Makefile.am +++ b/gom/Makefile.am @@ -3,7 +3,7 @@ # $Name$ INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include -I $(srcdir)/../utf8 -CFLAGS = -g -O2 -W -Wall -pedantic -Wno-long-long +CFLAGS = -g -O2 -W -Wall -pedantic -Wno-long-long @EXTRA_CFLAGS@ lib_LTLIBRARIES = libgedcom_gom.la libgedcom_gom_la_SOURCES = gom.c \