summaryrefslogtreecommitdiff
path: root/scp2/util
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 11:47:26 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 11:47:26 +0000
commita8eeca45171ee3d2522221c38da8ddfb084db933 (patch)
treeb6f6e3a34c855d1f034c90b853e90013e2e11860 /scp2/util
parentfea3dfff1f4483baf3790473aa29fc4f472c1872 (diff)
INTEGRATION: CWS layout_DEV300 (1.43.36); FILE MERGED
2008/02/12 11:48:34 jcn 1.43.36.1: Initial import of layout-dialogs-config_office-scp2.diff.
Diffstat (limited to 'scp2/util')
-rw-r--r--scp2/util/makefile.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/scp2/util/makefile.mk b/scp2/util/makefile.mk
index bf4e349a0cd2..4ba48d9b5839 100644
--- a/scp2/util/makefile.mk
+++ b/scp2/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.43 $
+# $Revision: 1.44 $
#
-# last change: $Author: obo $ $Date: 2008-01-04 17:13:28 $
+# last change: $Author: kz $ $Date: 2008-03-06 12:47:26 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -172,6 +172,10 @@ SCP1FILES += \
SCP1FILES += cairocanvas.par
.ENDIF
+.IF "$(ENABLE_LAYOUT)" == "TRUE"
+SCP1FILES += layout.par
+.ENDIF # ENABLE_LAYOUT == TRUE
+
.IF "$(BUILD_SPECIAL)"!=""
SCP1FILES += \
module_onlineupdate.par \
@@ -303,6 +307,10 @@ SCP2FILES += \
SCP2FILES += \
vclcanvas.par
+.IF "$(ENABLE_LAYOUT)" == "TRUE"
+SCP2FILES += layout.par
+.ENDIF # ENABLE_LAYOUT == TRUE
+
.IF "$(BUILD_SPECIAL)"!=""
SCP2FILES += \
module_onlineupdate.par \