From 0efe0299b8d91c7556ae98cbd06ee962ad57a358 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 20 Aug 2001 06:10:12 +0000 Subject: #88408# InteractionHandler accepts initialization args and is no longer single instance. --- uui/util/makefile.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'uui/util/makefile.mk') diff --git a/uui/util/makefile.mk b/uui/util/makefile.mk index 74e31612d4e1..5160d7bc4d62 100644 --- a/uui/util/makefile.mk +++ b/uui/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:04:11 $ +# last change: $Author: sb $ $Date: 2001-08-20 07:10:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,6 +82,7 @@ SHL1STDLIBS = \ $(CPPULIB) \ $(SALLIB) \ $(SVTOOLLIB) \ + $(TKLIB) \ $(TOOLSLIB) \ $(VCLLIB) -- cgit