diff options
author | Andre Fischer <af@openoffice.org> | 2002-02-05 13:39:38 +0000 |
---|---|---|
committer | Andre Fischer <af@openoffice.org> | 2002-02-05 13:39:38 +0000 |
commit | 5c545e30e37d083c98f401a870ff522795e729ad (patch) | |
tree | 5f717abb50435caa89fdc5d0b2220d64faeee487 /sd/util | |
parent | 5d72ebf07ccef3c3e8c49e4fc33b012132f43b7d (diff) |
#95585# Added accessibility subproject.
Diffstat (limited to 'sd/util')
-rw-r--r-- | sd/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk index 7f5a6ef7a4ee..8f700e934f27 100644 --- a/sd/util/makefile.mk +++ b/sd/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: kz $ $Date: 2002-01-10 09:41:50 $ +# last change: $Author: af $ $Date: 2002-02-05 14:39:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -183,7 +183,8 @@ LIB3FILES= \ $(SLB)$/grf.lib \ $(SLB)$/bin.lib \ $(SLB)$/filter.lib \ - $(SLB)$/unoidl.lib + $(SLB)$/unoidl.lib \ + $(SLB)$/accessibility.lib LIB4TARGET=$(LB)$/sdlib.lib |