Some portability fixes.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 28 Dec 2002 13:29:14 +0000 (13:29 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 28 Dec 2002 13:29:14 +0000 (13:29 +0000)
gedcom/Makefile.am
gom/Makefile.am

index a90ac7ac3637b8eb2f82cb66aef1ed38aac17476..01c6cc57a551e0e749b7c5d2ecf6bb436ffa0302 100644 (file)
@@ -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
index f05c4966e642fdbd63f50981bb337db30436a8e6..7a3db999e8f625ac38922d1cc348fd6ef0ae7dc9 100644 (file)
@@ -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