summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-20 10:51:44 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-20 10:51:44 +0000
commit340ba6fc72fae7fdc1eccdfa842e18cd56ca6327 (patch)
tree7b42be1cd56550dbe0a21dca8ad8537d043ee785 /vcl/unx
parent34b07ef3f175780e076fc69b4b30bbb72cc8e2a4 (diff)
INTEGRATION: CWS fwk01ea (1.4.106); FILE MERGED
2004/09/03 14:08:11 hjs 1.4.106.1: changed linking to gtk
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/gtk/app/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/vcl/unx/gtk/app/makefile.mk b/vcl/unx/gtk/app/makefile.mk
index 7ab1e1c83690..2e36d2ea216c 100644
--- a/vcl/unx/gtk/app/makefile.mk
+++ b/vcl/unx/gtk/app/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hr $ $Date: 2004-05-10 15:52:35 $
+# last change: $Author: rt $ $Date: 2004-09-20 11:51:44 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -84,7 +84,10 @@ dummy:
.IF "$(ENABLE_GTK)" != ""
-CFLAGS+=`pkg-config --cflags gtk+-2.0`
+PKGCONFIG_MODULES=gtk+-2.0
+.INCLUDE : pkg_config.mk
+
+CFLAGS+=$(PKGCONFIG_CFLAGS)
SLOFILES=\
$(SLO)$/gtkdata.obj \