]> andersk Git - moira.git/commitdiff
use new MList widget
authormar <mar>
Thu, 21 Oct 1993 15:01:52 +0000 (15:01 +0000)
committermar <mar>
Thu, 21 Oct 1993 15:01:52 +0000 (15:01 +0000)
clients/cluster/Imakefile

index 6512feae58a3e280325edfb84b2e0f2910a1bb55..f4a32573a20d86ea1225485f5b0286ba4b5418b9 100644 (file)
@@ -1,10 +1,10 @@
 # $Header$
 
-SRCS= cluster.c AriRegAll.c
-OBJS= cluster.o AriRegAll.o
+SRCS= cluster.c AriRegAll.c MList.c
+OBJS= cluster.o AriRegAll.o MList.o
 CODE= ${SRCS} Imakefile
-INCLUDE= -I/mit/xdm/src/wcl
-XLIBS= /mit/xdm/@sys/wcl/libWc.a \
-       -L/mit/x11/`machtype`lib -lXaw -lXmu -lXt -lXext -lX11 -lm
+INCLUDE= -I/mit/x11/include -I/mit/xdm/src/wcl
+DEFINES= -DNOSTDHDRS
+XLIBS= -L/mit/x11/$(MACHINE)lib -lWc -lXaw -lXt -lXmu -lXext -lX11 -lm
 
 program(cluster, ${OBJS},,${XLIBS} ${CLIBS},${PROGDIR})
This page took 0.045269 seconds and 5 git commands to generate.