summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-05-24 11:03:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-05-24 11:03:02 +0000
commit4ea0946c97da217a784e5812b6f4062c6785e9dd (patch)
tree93a5bd998bf3b22a2e525c98a071eae70c52cd61
parent53e7098eef6e6e78789eb3b558a5bea895801a46 (diff)
INTEGRATION: CWS macosxcups (1.4.56); FILE MERGED
2006/05/13 18:17:43 obr 1.4.56.1: #i63376# Enabled CUPS printing code for MACOSX
-rw-r--r--psprint/source/printergfx/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/psprint/source/printergfx/makefile.mk b/psprint/source/printergfx/makefile.mk
index b89bd8b318e9..9e28e58b61fc 100644
--- a/psprint/source/printergfx/makefile.mk
+++ b/psprint/source/printergfx/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 16:46:36 $
+# last change: $Author: vg $ $Date: 2006-05-24 12:03:02 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -44,6 +44,10 @@ TARGET=gfx
.INCLUDE : settings.mk
.INCLUDE : sv.mk
+.IF "$(ENABLE_CUPS)" != ""
+CDEFS += -DENABLE_CUPS
+.ENDIF
+
# --- Files --------------------------------------------------------
.IF "$(GUIBASE)"=="aqua"