From 6e0bfd69eb8331d195f9fc4a449a3d52baa6793d Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Mon, 04 Apr 2005 08:28:38 +0000 Subject: - make memcahe optional - update for 2.1.x branch changes. - some mucking around with the conf stuff --- (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 1f1860b..30315a1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,13 +9,13 @@ lib_LTLIBRARIES = libmod_gnutls.la make_so: $(lib_LTLIBRARIES) @if test ! -L mod_gnutls.so ; then ln -s .libs/libmod_gnutls.so mod_gnutls.so ; fi -clean: +clean: rm -f mod_gnutls.so rm -f *.o *.lo *.la rm -fr .libs install: make_so - @${APXS_BIN} -i -n svn_view mod_gnutls.so + @${APXS_BIN} -i -n gnutls mod_gnutls.so @echo "" @echo "" @echo "***********************************************" @@ -27,15 +27,3 @@ install: make_so @echo "***********************************************" @echo "" -activate: make_so - @${APXS_BIN} -i -a -n svn_view mod_gnutls.so - @echo "" - @echo "" - @echo "***********************************************" - @echo "" - @echo " Please read the documentation at " - @echo " http://www.outoforder.cc/ for " - @echo " details on configuration of this module " - @echo "" - @echo "***********************************************" - @echo "" -- cgit v0.9.2