]> andersk Git - moira.git/blobdiff - lib/Makefile.in
Build without krb4 if it's unavailable.
[moira.git] / lib / Makefile.in
index 86c5826e313e81a31d0393b38c1a12a849f89c1b..71f33c7c6a533415579f5e8124fd6412b0dabd44 100644 (file)
@@ -15,13 +15,13 @@ VPATH=@srcdir@
 SRCTOP=@top_srcdir@
 BUILDTOP=..
 
-OBJS=  critical.o fixhost.o fixname.o gdss_convert.o gdss_et.o \
-       hash.o kname_unparse.o krb_et.o mr_access.o mr_auth.o \
+OBJS=  critical.o fixhost.o fixname.o \
+       hash.o kname_unparse.o kname_parse.o krb_et.o mr_access.o mr_auth.o \
        mr_call.o mr_connect.o mr_et.o mr_init.o mr_ops.o mr_query.o \
        nfsparttype.o sq.o strs.o ureg_err.o
 
-ET_H=  mr_et.h krb_et.h ureg_err.h gdss_et.h
-ET_C=  mr_et.c krb_et.c ureg_err.c gdss_et.c
+ET_H=  mr_et.h krb_et.h ureg_err.h
+ET_C=  mr_et.c krb_et.c ureg_err.c
 
 .c.o:
        $(CC) -c $(ALL_CFLAGS) $<
@@ -36,6 +36,9 @@ all: depend libmoira.a
 clean:
        rm -f $(OBJS) $(ET_H) $(ET_C) libmoira.a
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend: $(ET_C)
 
 install: all
This page took 0.043057 seconds and 4 git commands to generate.