From: kouril Date: Fri, 5 Sep 2003 09:29:01 +0000 (+0000) Subject: Removed unsed Makefile.in X-Git-Tag: v5.0-rc2~11 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.git;a=commitdiff_plain;h=7dab7e2d66f2d37fb12b679f308907750a223b3f Removed unsed 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