From 7dab7e2d66f2d37fb12b679f308907750a223b3f Mon Sep 17 00:00:00 2001 From: kouril Date: Fri, 5 Sep 2003 09:29:01 +0000 Subject: [PATCH] Removed unsed Makefile.in --- src/Makefile.in | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/Makefile.in diff --git a/src/Makefile.in b/src/Makefile.in deleted file mode 100644 index d4662dc..0000000 --- a/src/Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ -### -# Makefile.in for mod_auth_kerb -### - -APXS = @APXS@ -CFLAGS = -I. @CFLAGS@ -LDFLAGS = @LDFLAGS@ -LIBS = @LIBS@ - -all: mod_auth_kerb - -mod_auth_kerb: mod_auth_kerb.c - $(APXS) -c ${CFLAGS} ${LDFLAGS} ${LIBS} mod_auth_kerb.c - -install: - $(APXS) -c -i ${CFLAGS} ${LDFLAGS} ${LIBS} mod_auth_kerb.c - -clean: - /bin/rm -rf core *.o *.la *.lo *.slo *.so .libs - -distclean: clean - /bin/rm -f Makefile -- 2.1.4