summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/sdi/makefile.mk6
-rw-r--r--sw/sdi/swslots.sdi8
2 files changed, 9 insertions, 5 deletions
diff --git a/sw/sdi/makefile.mk b/sw/sdi/makefile.mk
index d8eded18be42..77c96daa26b7 100644
--- a/sw/sdi/makefile.mk
+++ b/sw/sdi/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: hr $ $Date: 2004-02-05 16:35:24 $
+# last change: $Author: obo $ $Date: 2004-08-12 10:12:24 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -122,6 +122,8 @@ SVSDIDEPEND= \
_viewsh.sdi\
viewsh.sdi\
wviewsh.sdi\
+ _mediash.sdi\
+ mediash.sdi\
swslots.hrc \
$(INC)$/globals.hrc \
$(INC)$/cmdid.h
diff --git a/sw/sdi/swslots.sdi b/sw/sdi/swslots.sdi
index a1e1ea6e4366..e7de7025bda1 100644
--- a/sw/sdi/swslots.sdi
+++ b/sw/sdi/swslots.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: swslots.sdi,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 14:33:02 $
+ * last change: $Author: obo $ $Date: 2004-08-12 10:12:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,5 +144,7 @@ ModulePrefix( "Sw" )
include "_viewsh.sdi"
include "viewsh.sdi"
include "wviewsh.sdi"
-}
+ include "_mediash.sdi"
+ include "mediash.sdi"
+}