diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:55:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:55:04 +0000 |
commit | c1574decfacf9b72a868857c20d260b12b7aacc8 (patch) | |
tree | 48576ff51a0b602458bf6af771541d530dcdd950 /comphelper | |
parent | 4b0f233742d809c27d9896fcfb16bad2e7feab62 (diff) |
INTEGRATION: CWS sdblogging (1.37.80); FILE MERGED
2007/04/05 07:12:57 fs 1.37.80.1: #i76119# +logging
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 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 ---------------------------------- |