]> andersk Git - moira.git/blobdiff - incremental/Imakefile
.dc -> .pc
[moira.git] / incremental / Imakefile
index 9fd2732b2eeb54ec586b8944a5edaf5bbe6fb0d0..f026a728ce91ed374b6a60facb921b9e10675183 100644 (file)
@@ -4,13 +4,14 @@ AFSDIR = /mit/afsuser
 AFSLIBS=$(AFSDIR)/lib/afs/libprot.a    $(AFSDIR)/lib/afs/libauth.a \
        $(AFSDIR)/lib/libubik.a        $(AFSDIR)/lib/afs/util.a \
        $(AFSDIR)/lib/librxkad.a       $(AFSDIR)/lib/afs/libsys.a \
-       $(AFSDIR)/lib/librx.a          $(AFSDIR)/lib/liblwp.a
+       $(AFSDIR)/lib/librx.a          $(AFSDIR)/lib/liblwp.a \
+       $(AFSDIR)/lib/afs/libaudit.a   -lbsd
 
 SRCS = afs.c ksrvtgt.c
 CODE = $(SRCS)
 DEBUG = -O
-CFLAGS = -I../include -I$(AFSDIR)/include -I/usr/athena/include $(DEBUG)
-LIBS = -L../lib -L/usr/athena/lib -lmoira -lzephyr -lmrgdb -lcom_err -lhesiod -lkrb -ldes
+CFLAGS = -I../include -I../lib -I$(AFSDIR)/include -I/usr/athena/include $(DEBUG)
+LIBS = -L../lib -L../gdb -L/usr/athena/lib -lmoira -lzephyr -lmrgdb -lcom_err -lhesiod -lkrb -ldes
 SRCDIR = $(SRCTOP)/incremental
 
 program(afs.incr,afs.o,,${AFSLIBS} ${LIBS},${PROGDIR})
This page took 0.033351 seconds and 4 git commands to generate.