summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-11-11 11:05:22 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-11-11 11:05:22 +0000
commit06544aea7fec180d0a7ce002d44786d51bb909c4 (patch)
treefd09d23ecdb296ac13d793eeb604fd4f71472ca4 /framework/source
parente246b702ab0ab4534f3a065b87051082fafd8456 (diff)
INTEGRATION: CWS c06 (1.1.554); FILE MERGED
2005/09/27 05:41:33 as 1.1.554.1: #i53536# new helper to prevent duplicate interactions during same transaction
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/interaction/makefile.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/framework/source/interaction/makefile.mk b/framework/source/interaction/makefile.mk
index cd2cad00dd75..3fd4a48017ca 100644
--- a/framework/source/interaction/makefile.mk
+++ b/framework/source/interaction/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 01:34:11 $
+# last change: $Author: rt $ $Date: 2005-11-11 12:05:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -53,8 +53,9 @@ CDEFS+=-DCOMPMOD_NAMESPACE=framework
# --- Generate -----------------------------------------------------
-SLOFILES= $(SLO)$/stillinteraction.obj \
- $(SLO)$/restricteduiinteraction.obj
+SLOFILES= $(SLO)$/stillinteraction.obj \
+ $(SLO)$/restricteduiinteraction.obj \
+ $(SLO)$/preventduplicateinteraction.obj
# --- Targets ------------------------------------------------------