diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-10-05 11:29:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-10-05 11:29:23 +0000 |
commit | a0f2dece52670b412b31143f92669327a0477186 (patch) | |
tree | c3ca4bc30c2de9242b485800994da9c386774038 /unotools/util | |
parent | 9c09c7e48f54ee2ee7f7ab395fa632c5c2e5fa33 (diff) |
#65293#: undid change by Patrick, ucbhelper is at least for SRC607 still needed
Diffstat (limited to 'unotools/util')
-rw-r--r-- | unotools/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unotools/util/makefile.mk b/unotools/util/makefile.mk index 49f1ad966c46..c00776b646c3 100644 --- a/unotools/util/makefile.mk +++ b/unotools/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: patrick.luby $ $Date: 2000-09-28 15:45:56 $ +# last change: $Author: hr $ $Date: 2000-10-05 12:29:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,6 +86,7 @@ LIB1FILES=\ $(SLB)$/evtattmgr.lib \ $(SLB)$/config.lib \ $(SLB)$/container.lib \ + $(SLB)$/ucbhelp.lib \ $(SLB)$/procfact.lib # NETBSD: somewhere we have to instantiate the static data members. |