diff options
author | Sascha Ballach <sab@openoffice.org> | 2002-02-14 12:54:46 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2002-02-14 12:54:46 +0000 |
commit | 9f2e5b83308464bdf41cfb82fa0e4e2c8744571c (patch) | |
tree | 49e7ce5ccb6d895702a3deb85ad39072d292d505 /unotools | |
parent | 0bc6a0e165e8d2577dc84dab772ee28c1462a2a6 (diff) |
#95584#; put accessibility stuff in a own lib
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/unotools/util/makefile.mk b/unotools/util/makefile.mk index 64bd3efb00ff..cd6b92222f9f 100644 --- a/unotools/util/makefile.mk +++ b/unotools/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: mh $ $Date: 2001-08-23 12:06:47 $ +# last change: $Author: sab $ $Date: 2002-02-14 13:54:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,7 +84,8 @@ LIB1FILES=\ $(SLB)$/config.lib \ $(SLB)$/ucbhelp.lib \ $(SLB)$/procfact.lib \ - $(SLB)$/property.lib + $(SLB)$/property.lib \ + $(SLB)$/accessibility.lib SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) |