]> andersk Git - moira.git/commitdiff
missing SRCDIR; ifdef on GDSS
authormar <mar>
Mon, 25 Oct 1993 16:47:04 +0000 (16:47 +0000)
committermar <mar>
Mon, 25 Oct 1993 16:47:04 +0000 (16:47 +0000)
dcm/Imakefile

index aa27fe21831dd412a3ef84e81e34ffb5cfd79bb3..4af405f1ff3cbd4390affe2195591e87b526c8df 100644 (file)
@@ -7,10 +7,13 @@
 #
 # Imakefile for moira dcm.
 
+SRCDIR = $(SRCTOP)/dcm
 SRCS= startdcm.c dcm.c utils.c
 CODE=$(SRCS)
 OBJS=dcm.o utils.o
+#ifdef GDSS
 GDSSLIB=../gdss/rgdss.o /mit/gdss/`machtype`/libgdss.a
+#endif
 
 program(dcm, $(OBJS),,../server/libmrglue.a ../update/moira_update.o $(GDSSLIB) $(CLIBS) $(SQL_LIB), ${PROGDIR})
 program(startdcm, startdcm.o,,,${PROGDIR})
This page took 0.142251 seconds and 5 git commands to generate.