diff options
Diffstat (limited to 'xmlhelp/util/makefile.mk')
-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 caf6249270a5..90bf75b72481 100644 --- a/xmlhelp/util/makefile.mk +++ b/xmlhelp/util/makefile.mk @@ -59,12 +59,13 @@ SHL1STDLIBS= \ $(CPPULIB) \ $(COMPHELPERLIB) \ $(HELPLINKERLIB) \ + $(CLUCENELIB) \ $(SALLIB) \ $(EXPATASCII3RDLIB) \ $(UNOTOOLSLIB) \ $(UCBHELPERLIB) \ - $(BERKELEYLIB) \ - $(XSLTLIB) + $(BERKELEYLIB) \ + $(XSLTLIB) SHL1LIBS = \ $(SLB)$/jaqe.lib \ |