diff --git a/motif/server/Config.solaris b/motif/server/Config.solaris index 60d60d6bb4829988535f486c2ee40bb241520cc9..5ba86d7f87826084f462b562a9c027c6d3e52cae 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/