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 998ce6636549..a44ece0ef106 100644 --- a/comphelper/source/misc/makefile.mk +++ b/comphelper/source/misc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.37 $ +# $Revision: 1.38 $ # -# last change: $Author: obo $ $Date: 2006-07-10 16:15:32 $ +# last change: $Author: hr $ $Date: 2007-06-27 14:55:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -80,7 +80,8 @@ SLOFILES= \ $(SLO)$/componentmodule.obj \ $(SLO)$/componentcontext.obj \ $(SLO)$/officeresourcebundle.obj \ - $(SLO)$/namedvaluecollection.obj + $(SLO)$/namedvaluecollection.obj \ + $(SLO)$/logging.obj # --- Targets ---------------------------------- |