summaryrefslogtreecommitdiff
path: root/xmlsecurity/util
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-01 17:26:38 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-01 18:21:17 +0100
commit2945b56030e35d30825b458f1ad2cbcb6bb7e5f8 (patch)
tree611e0f46e00eddc095de9ec846649fec03d060b8 /xmlsecurity/util
parent3979b8a564975ae97a9441340a34bfa83d7a6ff1 (diff)
Clean up makefiles
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r--xmlsecurity/util/makefile.mk2
-rw-r--r--xmlsecurity/util/target.pmk1
2 files changed, 0 insertions, 3 deletions
diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk
index f1b4866dc407..3e3a6b4b2c39 100644
--- a/xmlsecurity/util/makefile.mk
+++ b/xmlsecurity/util/makefile.mk
@@ -30,8 +30,6 @@ PRJ=..
PRJNAME=xmlsecurity
TARGET=xmlsecurity
-# Disable '-z defs' due to broken libxpcom.
-#LINKFLAGSDEFS=$(0)
USE_DEFFILE=TRUE
# --- Settings -----------------------------------------------------
diff --git a/xmlsecurity/util/target.pmk b/xmlsecurity/util/target.pmk
index e46a4a0d817a..42451acf2af9 100644
--- a/xmlsecurity/util/target.pmk
+++ b/xmlsecurity/util/target.pmk
@@ -26,7 +26,6 @@
#*************************************************************************
.IF "$(GUI)" == "WNT"
CRYPTO_ENGINE = mscrypto
-#CRYPTO_ENGINE = nss
.ELSE
CRYPTO_ENGINE = nss
.ENDIF