From db64487bf5fa5d8895716c9cc3dea9a60b0b25c5 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 17 Nov 2004 12:40:09 +0000 Subject: [PATCH] INTEGRATION: CWS fwkbugfix03 (1.26.34); FILE MERGED 2004/10/11 17:40:45 as 1.26.34.2: RESYNC: (1.26-1.27); FILE MERGED 2004/09/10 10:09:01 as 1.26.34.1: #i31449# new configuration API helper --- comphelper/source/misc/makefile.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/comphelper/source/misc/makefile.mk b/comphelper/source/misc/makefile.mk index 1f1a5a2bc1d0..133e7283939d 100644 --- a/comphelper/source/misc/makefile.mk +++ b/comphelper/source/misc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.27 $ +# $Revision: 1.28 $ # -# last change: $Author: kz $ $Date: 2004-10-04 21:06:52 $ +# last change: $Author: obo $ $Date: 2004-11-17 13:40:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,7 +98,8 @@ SLOFILES= \ $(SLO)$/storagehelper.obj \ $(SLO)$/anytostring.obj \ $(SLO)$/mediadescriptor.obj \ - $(SLO)$/locale.obj + $(SLO)$/locale.obj \ + $(SLO)$/configurationhelper.obj # --- Targets ----------------------------------