From 506615ff48d4539792bcaa3a77fcd3b82a221cc9 Mon Sep 17 00:00:00 2001 From: jweiss Date: Fri, 16 Sep 1994 22:12:13 +0000 Subject: [PATCH] this should be using the GDSSLIB and GDSSINCL defined in config.Imakefile also GDSSINCL needs to be before /usr/athena/include, because there is a a broken gdss.h in the later in 7.7I for the sun --- clients/moira/Imakefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/clients/moira/Imakefile b/clients/moira/Imakefile index 72b24f8e..f0a4a3c0 100644 --- a/clients/moira/Imakefile +++ b/clients/moira/Imakefile @@ -20,16 +20,7 @@ MOBJS= attach.o cluster.o delete.o globals.o lists.o main.o menu.o \ NOBJS= namespace.o globals.o lists.o menu.o \ pobox.o user.o utils.o misc.o OBJS= ${MOBJS} ${NOBJS} -#ifdef GDSS -INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib -I/usr/athena/include \ - -I/mit/gdss/include -I. -#else -INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib -I/usr/athena/include -I. -#endif - -#ifdef GDSS -LIBGDSS = -L/mit/gdss/`machtype` -lgdss -#endif +INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib ${GDSSINC} -I/usr/athena/include -I. program(moira, ${MOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${LIBGDSS} ${CLIBS} ${CURSES},${PROGDIR}) -- 2.45.2