diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-02-02 07:20:23 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-02-02 07:20:23 +0000 |
commit | 904f9e60a87cfe11354a2805eb64864079b05f86 (patch) | |
tree | 0eeef5635fe8ff0d4f46b0966ca85637431f0775 | |
parent | b98db5aa0b7809395ec7534dcdd8363defb09ab2 (diff) |
#83045# - Added ucbcmds.obj
-rw-r--r-- | ucb/source/core/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ucb/source/core/makefile.mk b/ucb/source/core/makefile.mk index d96cf9fcad77..e790e2e1c636 100644 --- a/ucb/source/core/makefile.mk +++ b/ucb/source/core/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: sb $ $Date: 2000-12-04 17:35:31 $ +# last change: $Author: kso $ $Date: 2001-02-02 08:20:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,7 +80,8 @@ SLOFILES=\ $(SLO)$/ucbserv.obj \ $(SLO)$/ucbstore.obj \ $(SLO)$/ucbprops.obj \ - $(SLO)$/provprox.obj + $(SLO)$/provprox.obj \ + $(SLO)$/ucbcmds.obj # NETBSD: somewhere we have to instantiate the static data members. # NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work. |