From 862ab80e4574e70069ad77fb2654caa090b9153e Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 27 Oct 2002 15:52:14 +0000 Subject: [PATCH] Extra C flags for portability. --- gedcom/Makefile.am | 2 +- gom/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.30.2