diff options
author | Thomas Benisch <tbe@openoffice.org> | 2002-05-13 12:38:28 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2002-05-13 12:38:28 +0000 |
commit | aff70c31da4444dbd8232e142a55342bbde49beb (patch) | |
tree | 6e479b1bfce1dce8603b7d58078d3102cf2122cc /basctl | |
parent | 7169f6198f06f9049b5815ea455ecafd786db41d (diff) |
#98419# Slot configuration must use configuration service
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/sdi/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/sdi/makefile.mk b/basctl/sdi/makefile.mk index 04fb6ed9b0db..c39cc792c3a1 100644 --- a/basctl/sdi/makefile.mk +++ b/basctl/sdi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: tbe $ $Date: 2002-05-08 16:35:18 $ +# last change: $Author: tbe $ $Date: 2002-05-13 13:38:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,6 +78,7 @@ SDIEXPORT=basctl # --- Files -------------------------------------------------------- SVSDIDEPEND= \ + $(SOLARINCXDIR)$/svxslots.ilb \ $(SOLARINCXDIR)$/basslots.ilb \ baside.sdi |