summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorrcritten <>2006-03-02 19:21:54 +0000
committerrcritten <>2006-03-02 19:21:54 +0000
commitb9131c4fa214f39705da4246425645a6c587d488 (patch)
tree51330d53bb6e98f11ec74cd66c640fb7afa782f4 /Makefile.am
parent50ad8c993fc499f0d09cebd2d5f1517677f7e748 (diff)
downloadmod_nss-b9131c4fa214f39705da4246425645a6c587d488.tar.gz
mod_nss-b9131c4fa214f39705da4246425645a6c587d488.tar.xz
mod_nss-b9131c4fa214f39705da4246425645a6c587d488.zip
Add support for Elliptical Curve Cryptography (ECC). This is disabled
by default. To enable it, pass --enable-ecc to configure.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 61500fc..66fa6a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,6 @@ libmodnss_la_LDFLAGS = -module -avoid-version
## Set the includes and libraries needed
INCLUDES = -I@apache_inc@ @nspr_inc@ @nss_inc@ @apr_inc@
LIBS = @nspr_lib@ @nss_lib@ -lssl3 -lsmime3 -lnss3 -lsoftokn3 -lplc4 -lplds4 -lnspr4
-@SSL2_TRUE@AM_CFLAGS=-DWANT_SSL2
EXTRA_CPPFLAGS=@extra_cppflags@
install-libLTLIBRARIES: libmodnss.la