--- util/conversion/Imakefile.orig	Sun May 18 19:48:42 2003
+++ util/conversion/Imakefile	Sun May 18 19:49:39 2003
@@ -3,6 +3,7 @@
 /**/##########################################################################
 /**/# @(#)Imakefile 1.3 89/12/29 SMI
 /**/# Imakefile for util/conversion
+INCLUDES=	-I../../build/include
 
 SEDFILES=	full1.sed		\
 		full2.sed		\
--- util/xgettext/Imakefile.orig	Sun May 18 19:51:00 2003
+++ util/xgettext/Imakefile	Sun May 18 19:51:27 2003
@@ -2,6 +2,7 @@
 /**/# Imakefile for util/xgettext
 
 #include	<XView.tmpl>
+INCLUDES=	-I../../build/include
 
 MANSUFFIX =1
 SimpleProgramTarget(xgettext)
--- util/cpp/Imakefile.orig	Sun May 18 19:58:54 2003
+++ util/cpp/Imakefile	Sun May 18 19:59:49 2003
@@ -5,6 +5,7 @@
 /**/# generate cpp....  But, for systems on which that isn't a problem, here
 /**/# is the proper Imakefile.
 /**/# 
+INCLUDES=	-I../../build/include
 
 #if defined(SystemV)
      STRINGDEFS = 
--- util/msgfmt/Imakefile.orig	Sun May 18 20:00:36 2003
+++ util/msgfmt/Imakefile	Sun May 18 20:01:17 2003
@@ -1,5 +1,6 @@
 /**/# @(#)Imakefile	1.5 28 Jun 1993 SMI
 /**/# Imakefile for util/msgfmt
+INCLUDES=	-I../../build/include
 
 #include	<XView.tmpl>
 
--- util/soelim/Imakefile.orig	Sun May 18 20:02:07 2003
+++ util/soelim/Imakefile	Sun May 18 20:02:39 2003
@@ -1,4 +1,5 @@
 #include <XView.tmpl>
+INCLUDES=	-I../../build/include
 
            SRCS = soelim.c
            OBJS = soelim.o 
