From 655fecc97bcb6dca10b398138ef49458deee9569 Mon Sep 17 00:00:00 2001
From: toy <toy>
Date: Mon, 14 Oct 2002 17:48:44 +0000
Subject: [PATCH] Add some vpath directives so this Config works better with
 Pierre Mai's build scripts.  Also need to include the current directory for
 searching for include files.

---
 motif/server/Config.solaris | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/motif/server/Config.solaris b/motif/server/Config.solaris
index 60d60d6bb..5ba86d7f8 100644
--- a/motif/server/Config.solaris
+++ b/motif/server/Config.solaris
@@ -2,6 +2,11 @@
 # The motif includes are in /usr/dt/include
 # The Motif libraries are in /lib and /usr/dt/lib
 
-CFLAGS = -O -DSVR4 -I/usr/dt/include -I/usr/openwin/include 
+CFLAGS = -O -DSVR4 -I. -I/usr/dt/include -I/usr/openwin/include 
 LDFLAGS = -L/usr/dt/lib -R/usr/dt/lib -L/usr/openwin/lib -R/usr/openwin/lib
 LIBS = -lXm -lXt -lX11 -lsocket -lnsl -lgen
+
+# This def assumes you are building in the same or parallel
+# tree to the CVS souce layout. Sites may need to customize
+# this path.
+VPATH = ../../../src/motif/server/
-- 
GitLab