summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrcritten <>2005-07-21 19:13:37 +0000
committerrcritten <>2005-07-21 19:13:37 +0000
commitb4164d9bc67d846bf9a66922d94fe77c898b9d3d (patch)
tree884d467dd3e75fff4580e3c41ba03c1285280b32
parentfeb631f3bc4a0e0300dbd075239d57cb45af04db (diff)
downloadmod_nss-b4164d9bc67d846bf9a66922d94fe77c898b9d3d.tar.gz
mod_nss-b4164d9bc67d846bf9a66922d94fe77c898b9d3d.tar.xz
mod_nss-b4164d9bc67d846bf9a66922d94fe77c898b9d3d.zip
Add libsoftokn3.so for nss_pcache.
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7b4c60c..5ae82b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ libmodnss_la_SOURCES = mod_nss.c nss_engine_config.c nss_engine_init.c nss_engin
## Set the includes and libraries needed
INCLUDES = -I@apache_inc@ @nspr_inc@ @nss_inc@ @apr_inc@
-LIBS = @nspr_lib@ @nss_lib@ -lnspr4 -lplc4 -lplds4 -lssl3 -lsmime3 -lnss3
+LIBS = @nspr_lib@ @nss_lib@ -lnspr4 -lplc4 -lplds4 -lssl3 -lsmime3 -lnss3 -lsoftokn3
install-libLTLIBRARIES: libmodnss.la
@APXS@ -i -a -n nss libmodnss.la
diff --git a/Makefile.in b/Makefile.in
index 954cf9f..2734191 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -99,7 +99,7 @@ nss_pcache_SOURCES = nss_pcache.c
libmodnss_la_SOURCES = mod_nss.c nss_engine_config.c nss_engine_init.c nss_engine_io.c nss_engine_kernel.c nss_engine_log.c nss_engine_pphrase.c nss_engine_vars.c nss_expr.c nss_expr_eval.c nss_expr_parse.y nss_expr_scan.l nss_util.c
INCLUDES = -I@apache_inc@ @nspr_inc@ @nss_inc@ @apr_inc@
-LIBS = @nspr_lib@ @nss_lib@ -lnspr4 -lplc4 -lplds4 -lssl3 -lsmime3 -lnss3
+LIBS = @nspr_lib@ @nss_lib@ -lnspr4 -lplc4 -lplds4 -lssl3 -lsmime3 -lnss3 -lsoftokn3
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \