]> andersk Git - moira.git/commitdiff
this should be using the GDSSLIB and GDSSINCL defined in config.Imakefile
authorjweiss <jweiss>
Fri, 16 Sep 1994 22:12:13 +0000 (22:12 +0000)
committerjweiss <jweiss>
Fri, 16 Sep 1994 22:12:13 +0000 (22:12 +0000)
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

index 72b24f8e1a239486ceb681c691f7d44f9ba2605c..f0a4a3c063d2ce189a25bd401522c531c53c4122 100644 (file)
@@ -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})
This page took 0.80289 seconds and 5 git commands to generate.