From: Peter Verthez Date: Sat, 28 Dec 2002 13:29:14 +0000 (+0000) Subject: Some portability fixes. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=877a1cc77630b041a5d5a599d5d9c0f9a5443d62;p=gedcom-parse.git Some portability fixes. --- 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