diff options
author | mathias <mathias@mba-tecra> | 2009-09-23 18:32:33 +0200 |
---|---|---|
committer | mathias <mathias@mba-tecra> | 2009-09-23 18:32:33 +0200 |
commit | c217b0b63f158e59b8670f8cd0d08c946d35349e (patch) | |
tree | 7842185990f248474b42c19eb3ed585398ea249a /xmlhelp | |
parent | 8926faa72428654301f2f2d7ac85eba8a0b4ef94 (diff) |
forgot to remove unotoolslib in makefile
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/treeview/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlhelp/source/treeview/makefile.mk b/xmlhelp/source/treeview/makefile.mk index 8334f233a0..4541a1745b 100644 --- a/xmlhelp/source/treeview/makefile.mk +++ b/xmlhelp/source/treeview/makefile.mk @@ -61,8 +61,7 @@ SHL1STDLIBS=\ $(CPPULIB) \ $(COMPHELPERLIB) \ $(EXPATASCII3RDLIB) \ - $(SALLIB) \ - $(UNOTOOLSLIB) + $(SALLIB) SHL1VERSIONMAP= $(TARGET).map DEF1NAME=$(SHL1TARGET) |