summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorStephan Schäfer <ssa@openoffice.org>2002-01-09 12:48:54 +0000
committerStephan Schäfer <ssa@openoffice.org>2002-01-09 12:48:54 +0000
commitfb7ce6388891483455df2158f0b430f5c87a9c35 (patch)
tree24c2029fd3f5c658f5f5b8a81f94ddb944675e44 /tools/source
parent4d438436cad1d06016c07ceea57eb5fb88ad901b (diff)
#95576# allow external access to SUPD macro
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/generic/makefile.mk12
1 files changed, 8 insertions, 4 deletions
diff --git a/tools/source/generic/makefile.mk b/tools/source/generic/makefile.mk
index 9586a8bf160e..4e6fc35cf9c9 100644
--- a/tools/source/generic/makefile.mk
+++ b/tools/source/generic/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: pl $ $Date: 2000-11-08 13:11:22 $
+# last change: $Author: ssa $ $Date: 2002-01-09 13:48:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -81,7 +81,9 @@ SLOFILES= $(SLO)$/toolsin.obj \
$(SLO)$/color.obj \
$(SLO)$/l2txtenc.obj \
$(SLO)$/gen.obj \
- $(SLO)$/config.obj
+ $(SLO)$/config.obj \
+ $(SLO)$/supd.obj
+
.IF "$(UPDATER)"!=""
OBJFILES= $(OBJ)$/toolsin.obj \
@@ -92,7 +94,9 @@ OBJFILES= $(OBJ)$/toolsin.obj \
$(OBJ)$/color.obj \
$(OBJ)$/l2txtenc.obj \
$(OBJ)$/gen.obj \
- $(OBJ)$/config.obj
+ $(OBJ)$/config.obj \
+ $(SLO)$/supd.obj
+
.ENDIF
# --- Targets ------------------------------------------------------