X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/3775ae3434356e4c787f472e639b4a35f6f208a8..7ac48069b111a991ee5975cb6088c4563b57b670:/clients/moira/Imakefile diff --git a/clients/moira/Imakefile b/clients/moira/Imakefile index 12b1d2ef..1ffa5f5a 100644 --- a/clients/moira/Imakefile +++ b/clients/moira/Imakefile @@ -20,7 +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} -INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib ${GDSSINC} -I/usr/athena/include -I. +INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib ${GDSSINC} ${COM_ERR_INC} -I/usr/athena/include -I. program(moira, ${MOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${LIBGDSS} ${CLIBS} ${CRYPT} ${CURSES},${PROGDIR}) program(namespace, ${NOBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${LIBGDSS} ${CLIBS} ${CRYPT} ${CURSES},${PROGDIR})