diff options
Diffstat (limited to 'forms/util/makefile.mk')
-rw-r--r-- | forms/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/forms/util/makefile.mk b/forms/util/makefile.mk index 000165bb3f67..11b37cb91c84 100644 --- a/forms/util/makefile.mk +++ b/forms/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hr $ $Date: 2002-08-15 15:56:19 $ +# last change: $Author: hr $ $Date: 2003-03-25 18:01:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -101,7 +101,8 @@ SHL1STDLIBS= \ $(UNOTOOLSLIB) \ $(COMPHELPERLIB) \ $(DBTOOLSLIB) \ - $(TKLIB) + $(TKLIB) \ + $(SVXLIB) SHL1LIBS=$(LIB1TARGET) SHL1DEF=$(MISC)$/$(SHL1TARGET).def |