diff options
author | Duncan Foster <dfoster@openoffice.org> | 2003-10-31 09:47:31 +0000 |
---|---|---|
committer | Duncan Foster <dfoster@openoffice.org> | 2003-10-31 09:47:31 +0000 |
commit | 124c0abdef4f882fae4d7d7dab4e37ccdf0515b0 (patch) | |
tree | 10b8673ef25f7616f362f2627f90b0600d6d31b9 /scripting/source | |
parent | f195f7c4e1f5cb09ed1003eef817e0a4118e4e5c (diff) |
#i21624#
Needed dep on the tools lib.
Hence the changes to the makefile.
Diffstat (limited to 'scripting/source')
-rw-r--r-- | scripting/source/protocolhandler/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripting/source/protocolhandler/makefile.mk b/scripting/source/protocolhandler/makefile.mk index 250207b3c8be..767d0546a989 100644 --- a/scripting/source/protocolhandler/makefile.mk +++ b/scripting/source/protocolhandler/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: dfoster $ $Date: 2003-10-29 15:44:30 $ +# last change: $Author: dfoster $ $Date: 2003-10-31 10:47:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,6 +83,7 @@ SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) SHL1STDLIBS= \ $(SFXLIB) \ + $(TOOLSLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ $(SALLIB) |