]> andersk Git - moira.git/blobdiff - clients/moira/Imakefile
this should be using the GDSSLIB and GDSSINCL defined in config.Imakefile
[moira.git] / 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.033585 seconds and 4 git commands to generate.