diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-04-04 12:28:35 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-04-04 12:28:35 +0000 |
commit | 077c861c55393f75ad10416ac9d33403509616a4 (patch) | |
tree | 4bdf805bc610aa21b7a5a966db78d23fc4a7b3c5 /framework/util | |
parent | 1e57529278990a35817012a5313b59b147ba95d8 (diff) |
#84766# new query mode for filters
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/makefile.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index baf7e9b05cfd..1d8ea4251d2e 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: cd $ $Date: 2001-04-02 14:11:42 $ +# last change: $Author: as $ $Date: 2001-04-04 13:28:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -148,7 +148,11 @@ SHL2OBJS= $(SLO)$/registertemp.obj \ $(SLO)$/typedetection.obj \ $(SLO)$/filtercache.obj \ $(SLO)$/argumentanalyzer.obj \ - $(SLO)$/wildcard.obj + $(SLO)$/wildcard.obj \ + $(SLO)$/fairrwlock.obj \ + $(SLO)$/writeguard.obj \ + $(SLO)$/readguard.obj \ + $(SLO)$/resetableguard.obj SHL2STDLIBS= $(CPPULIB) \ $(CPPUHELPERLIB) \ |