summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/makefile.mk
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2009-11-09 16:49:25 +0100
committerJoachim Lingner <jl@openoffice.org>2009-11-09 16:49:25 +0100
commit571f1b108037267691784e09812ac9a3b624e805 (patch)
tree054450021a9d029ee7b816a2035454f5795dcf30 /xmlsecurity/source/xmlsec/makefile.mk
parent1e0bc66d16aee28ce8bd9582ea32178c63841902 (diff)
jl137: #i103420# better allow tracing in product built depending on bootstrap var XMLSECURITY_TRACE
Diffstat (limited to 'xmlsecurity/source/xmlsec/makefile.mk')
-rw-r--r--xmlsecurity/source/xmlsec/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/makefile.mk b/xmlsecurity/source/xmlsec/makefile.mk
index 233b5c370620..0479c24e8c91 100644
--- a/xmlsecurity/source/xmlsec/makefile.mk
+++ b/xmlsecurity/source/xmlsec/makefile.mk
@@ -66,7 +66,8 @@ SLOFILES = \
$(SLO)$/certificateextension_xmlsecimpl.obj \
$(SLO)$/xmlstreamio.obj \
$(SLO)$/errorcallback.obj \
- $(SLO)$/xsec_xmlsec.obj
+ $(SLO)$/xsec_xmlsec.obj \
+ $(SLO)$/diagnose.obj
# --- Targets ------------------------------------------------------