diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-02 08:37:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-02 08:37:26 +0000 |
commit | 5eee98d8bfbc2f4a615dc010115101005380522c (patch) | |
tree | e082734ae8d517833826a1799df73b3672ae9739 /xmlhelp/util | |
parent | b6c066e383b4f7fe1aac43086de3fb687a82a1f3 (diff) |
INTEGRATION: CWS sb90 (1.14.10); FILE MERGED
2008/06/25 12:24:47 sb 1.14.10.1: #157787# replaced direct access to ooSetupExtension configuration data with utl::ConfigManager::PRODUCTEXTENSION (which transparently does the EDITIONNAME hack; see there)
Diffstat (limited to 'xmlhelp/util')
-rw-r--r-- | xmlhelp/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlhelp/util/makefile.mk b/xmlhelp/util/makefile.mk index b2eb3450e26d..fb0a92d8e679 100644 --- a/xmlhelp/util/makefile.mk +++ b/xmlhelp/util/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # # This file is part of OpenOffice.org. # @@ -66,7 +66,8 @@ SHL1STDLIBS= \ $(UCBHELPERLIB) \ $(SVTOOLLIB) \ $(BERKELEYLIB) \ - $(XSLTLIB) + $(XSLTLIB) \ + $(UNOTOOLSLIB) SHL1LIBS = \ $(SLB)$/jaqe.lib \ |