summaryrefslogtreecommitdiff
path: root/svx/util
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-05 16:47:43 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-05 16:47:43 +0000
commit08da2f24d0006a26124249b34b2fdce11e21dc22 (patch)
tree7d9c2db7d6351c1ff76bbcce3c94269bfed193b5 /svx/util
parent68bb5913964b3800d4e0171d59d8ce851a4c5854 (diff)
INTEGRATION: CWS ause083 (1.3.940); FILE MERGED
2007/07/17 10:30:33 hjs 1.3.940.1: #i79470# cleanup to survive pch
Diffstat (limited to 'svx/util')
-rw-r--r--svx/util/makefile.pmk8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/util/makefile.pmk b/svx/util/makefile.pmk
index f546091867..3758ac84e2 100644
--- a/svx/util/makefile.pmk
+++ b/svx/util/makefile.pmk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 01:24:26 $
+# last change: $Author: kz $ $Date: 2007-09-05 17:47:43 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -36,6 +36,10 @@
# define SVX_DLLIMPLEMENTATION (see @ svxdllapi.h)
CDEFS += -DSVX_DLLIMPLEMENTATION
+.IF "$(ENABLE_GTK)" != ""
+CFLAGS+=-DENABLE_GTK
+.ENDIF
+
# set default symbol visibility / scope to hidden
.IF "$(COMNAME)" == "gcc3"
.IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"