From: mar Date: Wed, 11 Oct 1989 23:08:21 +0000 (+0000) Subject: added menu.c and -I. to the cflags so that we find X-Git-Tag: release77~1123 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/a8c2e76b85e9e6406174016ff101dccbec82bcb8 added menu.c and -I. to the cflags so that we find --- diff --git a/clients/moira/Makefile b/clients/moira/Makefile index 135aa5e0..ce3e189c 100644 --- a/clients/moira/Makefile +++ b/clients/moira/Makefile @@ -16,7 +16,7 @@ # DESTDIR= -CFLAGS = -I../../include -O +CFLAGS = -I../../include -I. -O LDFLAGS = -L../../lib CONFDIR = ${DESTDIR}/usr/athena BINDIR = ${DESTDIR}/bin @@ -26,9 +26,11 @@ LIBS = ${SMSLIB} -lcurses -ltermcap -lkrb -ldes SRCS = utils.c attach.c cluster.c delete.c globals.c lists.c main.c \ - menus.c nfs.c pobox.c quota.c user.c dcmmaint.c printer.c misc.c -OBJS = attach.o cluster.o delete.o globals.o lists.o main.o menus.o nfs.o \ - pobox.o quota.o user.o utils.o dcmmaint.o printer.o misc.o + menu.c menus.c nfs.c pobox.c quota.c user.c dcmmaint.c printer.c \ + misc.c +OBJS = attach.o cluster.o delete.o globals.o lists.o main.o menu.o \ + menus.o nfs.o pobox.o quota.o user.o utils.o dcmmaint.o printer.o \ + misc.o all: moira