diff options
-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 ---------------------------------- |