]> andersk Git - moira.git/commitdiff
added menu.c and -I. to the cflags so that we find <menu.h>
authormar <mar>
Wed, 11 Oct 1989 23:08:21 +0000 (23:08 +0000)
committermar <mar>
Wed, 11 Oct 1989 23:08:21 +0000 (23:08 +0000)
clients/moira/Makefile

index 135aa5e0f050c6eec960fee3d3110fe449b3e03b..ce3e189cfcddbbf22ad7ccc4cb009048c9ddac9c 100644 (file)
@@ -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
 
This page took 0.038352 seconds and 5 git commands to generate.