From 58a1eaae6e4e1f33117a9462088fc1c2d8b040e8 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 12 Sep 2005 22:29:13 +0000 Subject: Cleanup files in new apache 2x module. --- apache2x/mod_httpauth.slo | 0 apache2x/modules.mk | 4 ++++ 2 files changed, 4 insertions(+) delete mode 100644 apache2x/mod_httpauth.slo create mode 100644 apache2x/modules.mk diff --git a/apache2x/mod_httpauth.slo b/apache2x/mod_httpauth.slo deleted file mode 100644 index e69de29..0000000 diff --git a/apache2x/modules.mk b/apache2x/modules.mk new file mode 100644 index 0000000..c3c9110 --- /dev/null +++ b/apache2x/modules.mk @@ -0,0 +1,4 @@ +mod_httpauth.la: mod_httpauth.slo + $(SH_LINK) -rpath $(libexecdir) -module -avoid-version mod_httpauth.lo +DISTCLEAN_TARGETS = modules.mk +shared = mod_httpauth.la -- cgit v1.2.3