diff options
| author | rcritten <> | 2008-05-16 15:18:07 +0000 |
|---|---|---|
| committer | rcritten <> | 2008-05-16 15:18:07 +0000 |
| commit | 80f966c2bf3e8b1582155659675838eb0b8beaee (patch) | |
| tree | cd1502b528b471f0d74ed44dfccdda5c44c5fdf1 | |
| parent | 70604635a44eecb3cb73303ed421e3006e4153b5 (diff) | |
| download | mod_nss-80f966c2bf3e8b1582155659675838eb0b8beaee.tar.gz mod_nss-80f966c2bf3e8b1582155659675838eb0b8beaee.tar.xz mod_nss-80f966c2bf3e8b1582155659675838eb0b8beaee.zip | |
No need to link with softokn3
446101
| -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 66fa6a3..97ed7a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ 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 +LIBS = @nspr_lib@ @nss_lib@ -lssl3 -lsmime3 -lnss3 -lplc4 -lplds4 -lnspr4 EXTRA_CPPFLAGS=@extra_cppflags@ install-libLTLIBRARIES: libmodnss.la diff --git a/Makefile.in b/Makefile.in index a587bcf..bb1486b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -120,7 +120,7 @@ libmodnss_la_SOURCES = mod_nss.c nss_engine_config.c nss_engine_init.c nss_engin libmodnss_la_LDFLAGS = -module -avoid-version INCLUDES = -I@apache_inc@ @nspr_inc@ @nss_inc@ @apr_inc@ -LIBS = @nspr_lib@ @nss_lib@ -lssl3 -lsmime3 -lnss3 -lsoftokn3 -lplc4 -lplds4 -lnspr4 +LIBS = @nspr_lib@ @nss_lib@ -lssl3 -lsmime3 -lnss3 -lplc4 -lplds4 -lnspr4 EXTRA_CPPFLAGS = @extra_cppflags@ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ |
