summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2000-10-25 08:02:38 +0000
committerKurt Zenker <kz@openoffice.org>2000-10-25 08:02:38 +0000
commit93346bbb8f4ddf22dc5388b640fc5a6f64fb1406 (patch)
tree3fad04d1ca69d3d90fee23349a25ec9190198aa6
parent252fd04f420278aec3055f3e5c3c05b2b66951e4 (diff)
add. dbtools for UNIX
-rw-r--r--svx/util/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk
index bd3a003fbb19..3d1e8c804b4a 100644
--- a/svx/util/makefile.mk
+++ b/svx/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: fs $ $Date: 2000-10-20 16:31:06 $
+# last change: $Author: kz $ $Date: 2000-10-25 09:02:38 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -118,6 +118,7 @@ SHL1STDLIBS= \
$(RTLLIB) \
$(CPPULIB) \
$(CPPUHELPERLIB) \
+ $(COMPHELPERLIB) \
$(UCBHELPERLIB) \
$(UNOTOOLSLIB)
@@ -269,6 +270,7 @@ LIB2TARGET =$(SLB)$/dl.lib
LIB2FILES = $(LIBEXTRAFILES)
.ELSE
LIB1FILES+=$(LIBEXTRAFILES)
+SHL1STDLIBS+=$(DBTOOLSLIB)
.ENDIF
.IF "$(GUI)" == "OS2" || "(GUIBASE)" == "WIN"