]> andersk Git - moira.git/blobdiff - regtape/Makefile.in
Initial cut of krb5 support.
[moira.git] / regtape / Makefile.in
index b014a396fb84ac9fbad3f6d624eb44f1c2d61d60..aba082c15860458c6069c89f174603e1a58d51e5 100644 (file)
@@ -26,11 +26,11 @@ SRCTOP=@top_srcdir@
 BUILDTOP=..
 mrbindir=@mrbindir@
 
-STUDENT_OBJS=student.o
-STAFF_OBJS=staff.o
+STUDENT_OBJS=student.o common.o
+STAFF_OBJS=staff.o common.o
 VOTE_OBJS=vote.o
 
-CFILES=student.c staff.c vote.c
+CFILES=student.c staff.c common.c vote.c
 
 TARGET=student staff vote
 
@@ -45,7 +45,7 @@ TARGET=student staff vote
 all: $(TARGET)
 
 clean:
-       rm -f $(STDENTS_OBJS) $(STAFF_OBJS) $(VOTE_OBJS)
+       rm -f $(STUDENT_OBJS) $(STAFF_OBJS) $(VOTE_OBJS)
        rm -f $(CFILES) $(TARGET)
 
 cleandir distclean: clean
This page took 0.032212 seconds and 4 git commands to generate.