diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-06 07:38:24 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-06 07:38:24 +0200 |
commit | eb52fad75717c6e0d16e93b39d3fb49132cf69d1 (patch) | |
tree | dbcc09a93495fdf8c28c0add375cbe078f30c4c7 /sw/util | |
parent | be3ab1217ffb293b238651afad0beebd0cd8b179 (diff) |
#103496#: move VCL free ConfigItems to unotools
Diffstat (limited to 'sw/util')
-rw-r--r-- | sw/util/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 383b0b3c1a89..c7ba97bee626 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -148,6 +148,7 @@ DEF2NAME= $(SHL2TARGET) SHL2STDLIBS= \ $(SFX2LIB) \ $(SVTOOLLIB) \ + $(UNOTOOLSLIB) \ $(SVLLIB) \ $(VCLLIB) \ $(SOTLIB) \ |