summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucb/source/ucp/package/makefile.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/ucb/source/ucp/package/makefile.mk b/ucb/source/ucp/package/makefile.mk
index f51d5a3124b6..03abefc2cebe 100644
--- a/ucb/source/ucp/package/makefile.mk
+++ b/ucb/source/ucp/package/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: vg $ $Date: 2007-02-06 14:22:39 $
+# last change: $Author: ihi $ $Date: 2007-06-05 18:12:34 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -78,7 +78,7 @@ SHL1STDLIBS=\
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(SALLIB) \
- $(VOSLIB) \
+ $(SALHELPERLIB) \
$(UCBHELPERLIB)
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
@@ -87,8 +87,6 @@ SHL1LIBS=$(LIB1TARGET)
# --- Def-File ---------------------------------------------------------
DEF1NAME=$(SHL1TARGET)
-DEF1EXPORTFILE=exports.dxp
-DEF1DES=UCB Package Content Provider
# --- Targets ----------------------------------------------------------