diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-07-25 10:37:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-07-25 10:37:37 +0000 |
commit | 6e8ad3bc2c0e96c02301ad3181f74bf76122501f (patch) | |
tree | 4c9d7bf09cd4557de1f0f7647979facc2d8b5fb0 /comphelper | |
parent | 380699bb88c43c31bce5e47bfaeea0f97115feb2 (diff) |
INTEGRATION: CWS abi3 (1.17.16); FILE MERGED
2003/07/16 09:50:11 abi 1.17.16.1: #110668# moved condition-object to comphelper
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 e1980e21c6b4..670b529c8e61 100644 --- a/comphelper/source/misc/makefile.mk +++ b/comphelper/source/misc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: vg $ $Date: 2003-05-19 12:57:36 $ +# last change: $Author: vg $ $Date: 2003-07-25 11:37:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,7 +92,8 @@ SLOFILES= \ $(SLO)$/weakeventlistener.obj \ $(SLO)$/accessibleeventnotifier.obj \ $(SLO)$/accessiblewrapper.obj \ - $(SLO)$/proxyaggregation.obj + $(SLO)$/proxyaggregation.obj \ + $(SLO)$/condition.obj # --- Targets ---------------------------------- |