summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-09-08 11:40:53 +0000
committerKurt Zenker <kz@openoffice.org>2004-09-08 11:40:53 +0000
commit61788feacb1d768de1c0a4d2155f114db55eb7ad (patch)
tree53d1d861fe56388c7597a380492b588041e33efb
parent8d97d96aa00f88f1a72671772fe36d6cc690e5f8 (diff)
#i10000# set USE_DEFFILE
-rw-r--r--xmlsecurity/util/makefile.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk
index 3137c2c2420e..c162f325ce8b 100644
--- a/xmlsecurity/util/makefile.mk
+++ b/xmlsecurity/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
-# last change: $Author: mt $ $Date: 2004-08-17 10:27:31 $
+# last change: $Author: kz $ $Date: 2004-09-08 12:40:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,6 +67,7 @@ TARGET=xmlsecurity
# Disable '-z defs' due to broken libxpcom.
#LINKFLAGSDEFS=$(0)
+USE_DEFFILE=TRUE
# --- Settings -----------------------------------------------------