diff options
author | Stef Walter <stef@memberwebs.com> | 2005-09-12 22:29:13 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-09-12 22:29:13 +0000 |
commit | 58a1eaae6e4e1f33117a9462088fc1c2d8b040e8 (patch) | |
tree | ab5b6e66527a6501b5cc0e730d7da7a4001b41c0 /apache2x/modules.mk | |
parent | 9625707a85049607fc96338379e86e19b4a4fe94 (diff) |
Cleanup files in new apache 2x module.
Diffstat (limited to 'apache2x/modules.mk')
-rw-r--r-- | apache2x/modules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 |