From 877a1cc77630b041a5d5a599d5d9c0f9a5443d62 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sat, 28 Dec 2002 13:29:14 +0000 Subject: [PATCH 1/1] Some portability fixes. --- gedcom/Makefile.am | 4 ++-- gom/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gedcom/Makefile.am b/gedcom/Makefile.am index a90ac7a..01c6cc5 100644 --- a/gedcom/Makefile.am +++ b/gedcom/Makefile.am @@ -5,8 +5,8 @@ SUBDIRS = calendar . localedir = $(datadir)/locale -INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include -I $(srcdir)/calendar \ - -I $(srcdir)/../utf8 \ +INCLUDES = -I$(srcdir)/../intl -I$(srcdir)/../include -I$(srcdir)/calendar \ + -I$(srcdir)/../utf8 \ -DPKGDATADIR=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" YFLAGS = --debug --defines LFLAGS = -8 diff --git a/gom/Makefile.am b/gom/Makefile.am index f05c496..7a3db99 100644 --- a/gom/Makefile.am +++ b/gom/Makefile.am @@ -2,7 +2,7 @@ # $Id$ # $Name$ -INCLUDES = -I $(srcdir)/../intl -I $(srcdir)/../include -I $(srcdir)/../utf8 +INCLUDES = -I$(srcdir)/../intl -I$(srcdir)/../include -I$(srcdir)/../utf8 CFLAGS = -O2 -W -Wall -pedantic -Wno-long-long @EXTRA_CFLAGS@ lib_LTLIBRARIES = libgedcom_gom.la -- 2.30.2