summaryrefslogtreecommitdiff
path: root/libegg/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 13:38:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 13:38:42 +0000
commit8ec5621ef52fe887976cdc92f4abb7861fd1c012 (patch)
tree0de15615d5803a255de4cf19c666fe29b7ff16cb /libegg/source
parentec91582136d2f31be181370becb476f93094b874 (diff)
INTEGRATION: CWS obo17 (1.2.18); FILE MERGED
2007/10/18 10:07:31 obo 1.2.18.3: #150903# depends on GTK 2007/10/18 09:52:26 obo 1.2.18.2: undo last change 2007/10/18 09:48:53 obo 1.2.18.1: #150903# no unxmacxi support for this module
Diffstat (limited to 'libegg/source')
-rw-r--r--libegg/source/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/libegg/source/makefile.mk b/libegg/source/makefile.mk
index a6356cc15c0b..857f9dab08c2 100644
--- a/libegg/source/makefile.mk
+++ b/libegg/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: kz $ $Date: 2006-10-09 16:02:20 $
+# last change: $Author: vg $ $Date: 2007-10-22 14:38:42 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -45,6 +45,9 @@ C_RESTRICTIONFLAGS*=-xc99=no_lib
# --- Settings ----------------------------------
.INCLUDE : settings.mk
+
+.IF "$(ENABLE_GTK)"!=""
+
PKGCONFIG_MODULES=gtk+-2.0 gdk-2.0
.INCLUDE: pkg_config.mk
CFLAGS+=$(PKGCONFIG_CFLAGS)
@@ -64,6 +67,8 @@ SHL1NOCHECK=TRUE
SHL1TARGET= eggtray$(UPD)$(DLLPOSTFIX)
SHL1LIBS= $(SLB)$/eggtray.lib
+.ENDIF # "$(ENABLE_GTK)"!=""
+
# --- Targets ----------------------------------
.INCLUDE : target.mk