summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 13:37:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 13:37:27 +0000
commitcc95e7292fe4b055756a0f55026de5c99c733af3 (patch)
treecd8ada7fdaf9f1073ba39c61b796037b230cffd5 /scp2
parentd0768dcc4c1e414242f028e256b5e4e1f66eb37a (diff)
INTEGRATION: CWS headless01 (1.50.10); FILE MERGED
2007/05/08 12:41:15 cmc 1.50.10.1: #i76958# add configure support for unix headless vcl plug
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/makefile.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk
index 1984d2f7ad09..6b229af63106 100644
--- a/scp2/source/ooo/makefile.mk
+++ b/scp2/source/ooo/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.51 $
+# $Revision: 1.52 $
#
-# last change: $Author: kz $ $Date: 2007-05-10 13:18:20 $
+# last change: $Author: vg $ $Date: 2007-05-25 14:37:27 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -257,6 +257,13 @@ ULFFILES= \
registryitem_ooo.ulf \
module_systemint.ulf
+.IF "$(GUI)"=="UNX"
+.IF "$(ENABLE_HEADLESS)" == "TRUE"
+ PARFILES+=module_headless.par
+ ULFFILES+=module_headless.ulf
+.ENDIF
+.ENDIF
+
# --- File ---------------------------------------------------------
.INCLUDE : target.mk