diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-01-28 11:47:33 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-01-28 11:47:33 +0000 |
commit | 9f0afd7c0814edf2b9935e52692797d7537ff052 (patch) | |
tree | 73331c8eb448b2af572407d9db2a86bcbb97eaf2 /comphelper | |
parent | 0e38b5529a2a1420ee2c5e58969e3bff0d21925b (diff) |
INTEGRATION: CWS filtercfg (1.18.8); FILE MERGED
2003/11/04 08:09:51 as 1.18.8.1: #102620# split sequenceadapter into different files
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comphelper/source/misc/makefile.mk b/comphelper/source/misc/makefile.mk index 670b529c8e61..b87822cc05de 100644 --- a/comphelper/source/misc/makefile.mk +++ b/comphelper/source/misc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: vg $ $Date: 2003-07-25 11:37:37 $ +# last change: $Author: kz $ $Date: 2004-01-28 12:47:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,7 +93,8 @@ SLOFILES= \ $(SLO)$/accessibleeventnotifier.obj \ $(SLO)$/accessiblewrapper.obj \ $(SLO)$/proxyaggregation.obj \ - $(SLO)$/condition.obj + $(SLO)$/condition.obj \ + $(SLO)$/sequenceashashmap.obj # --- Targets ---------------------------------- |