]> andersk Git - moira.git/blobdiff - clients/moira/Imakefile
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / clients / moira / Imakefile
index 12b1d2ef94161004d0382d1bfa5e063dd7c877ea..1ffa5f5a3b4f2ebc1028e1e4cbee914b9d799778 100644 (file)
@@ -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})
This page took 0.182243 seconds and 4 git commands to generate.