summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjavi%netscape.com <devnull@localhost>2002-11-20 00:10:10 +0000
committerjavi%netscape.com <devnull@localhost>2002-11-20 00:10:10 +0000
commitfd991a987248d40f3ac1ac2d8ff60c498f9e7d8a (patch)
treeec8c55ae834d92ead1f4677fde13a7073b9e3fe3
parent8a95e3de6825a7afeeb9bf8f175bec13257e106a (diff)
downloadnss-hg-fd991a987248d40f3ac1ac2d8ff60c498f9e7d8a.tar.gz
Define SHLIB_PREFIX for Mac builds.
-rw-r--r--security/nss/macbuild/SoftokenCommon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nss/macbuild/SoftokenCommon.h b/security/nss/macbuild/SoftokenCommon.h
index c80b1d31b..026169e9d 100644
--- a/security/nss/macbuild/SoftokenCommon.h
+++ b/security/nss/macbuild/SoftokenCommon.h
@@ -1 +1,2 @@
-#define RIJNDAEL_INCLUDE_TABLES 1 \ No newline at end of file
+#define RIJNDAEL_INCLUDE_TABLES 1
+#define SHLIB_PREFIX "" \ No newline at end of file