diff options
author | rcritten <> | 2005-07-21 19:13:37 +0000 |
---|---|---|
committer | rcritten <> | 2005-07-21 19:13:37 +0000 |
commit | b4164d9bc67d846bf9a66922d94fe77c898b9d3d (patch) | |
tree | 884d467dd3e75fff4580e3c41ba03c1285280b32 | |
parent | feb631f3bc4a0e0300dbd075239d57cb45af04db (diff) | |
download | mod_nss-b4164d9bc67d846bf9a66922d94fe77c898b9d3d.tar.gz mod_nss-b4164d9bc67d846bf9a66922d94fe77c898b9d3d.tar.xz mod_nss-b4164d9bc67d846bf9a66922d94fe77c898b9d3d.zip |
Add libsoftokn3.so for nss_pcache.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | Makefile.in | 2 |
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) \ |