diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:54:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:54:10 +0000 |
commit | 943951382ca82275e00e2365b11d31e130447a63 (patch) | |
tree | 48eb6bfb1b92174229c70c5f04645fa55543db23 /xmlsecurity/tools/standalone/mscsfit/util/makefile.mk | |
parent | dd2cd370c7a3dd7bccc65f2a41ce6b68c764c14f (diff) |
INTEGRATION: CWS sb76 (1.3.32); FILE MERGED
2007/08/31 11:01:20 sb 1.3.32.1: #i77885# Consolidate stoc libraries; patch by jnavrati.
Diffstat (limited to 'xmlsecurity/tools/standalone/mscsfit/util/makefile.mk')
-rw-r--r-- | xmlsecurity/tools/standalone/mscsfit/util/makefile.mk | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/xmlsecurity/tools/standalone/mscsfit/util/makefile.mk b/xmlsecurity/tools/standalone/mscsfit/util/makefile.mk index 6047cd5fa..0587b3ce9 100644 --- a/xmlsecurity/tools/standalone/mscsfit/util/makefile.mk +++ b/xmlsecurity/tools/standalone/mscsfit/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:24:58 $ +# last change: $Author: hr $ $Date: 2007-09-27 12:54:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -70,18 +70,12 @@ REGISTERLIBS= \ # Additional libraries DLLPRE_NO= REGISTERLIBS+= \ - $(DLLPRE_NO)shlibloader.uno$(DLLPOST) \ $(DLLPRE_NO)dynamicloader.uno$(DLLPOST) \ $(DLLPRE_NO)namingservice.uno$(DLLPOST) \ - $(DLLPRE_NO)servicemgr.uno$(DLLPOST) \ + $(DLLPRE_NO)bootstrap.uno$(DLLPOST) \ $(DLLPRE)xsec_fw$(DLLPOST) \ $(DLLPRE)xsec_xmlsec$(DLLPOST) -# $(DLLPRE)implreg.uno$(DLLPOST) \ -# $(DLLPRE)nestedreg.uno$(DLLPOST) \ -# $(DLLPRE)simplereg.uno$(DLLPOST) \ - - .IF "$(GUI)" == "UNX" MY_DLLDIR=$(SOLARLIBDIR) REGISTERLIBS+= \ |