diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 11:06:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-21 11:06:04 +0000 |
commit | 190dd68932a8d2df7dce4be640f062c1a7756e4d (patch) | |
tree | 27762abbe1035efdbb34288ad0b848b6f505ae71 /shell | |
parent | 00f5e7bbcecda6748e2f9e35c1ea47f08c94b768 (diff) |
INTEGRATION: CWS kendy03 (1.10.4); FILE MERGED
2005/02/16 10:48:37 kendy 1.10.4.1: Issue number: #i42718#
Submitted by: pmladek
Fix the build with GNOME 2.9.91.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/backends/gconfbe/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/shell/source/backends/gconfbe/makefile.mk b/shell/source/backends/gconfbe/makefile.mk index 0e5f5679ed65..c28f9b896ced 100644 --- a/shell/source/backends/gconfbe/makefile.mk +++ b/shell/source/backends/gconfbe/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: rt $ $Date: 2005-01-31 13:15:41 $ +# last change: $Author: vg $ $Date: 2005-02-21 12:06:04 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -59,7 +59,6 @@ # # #************************************************************************* - PRJ=..$/..$/.. PRJNAME=shell @@ -84,7 +83,7 @@ DLLPRE = .IF "$(ENABLE_GNOMEVFS)"!="" COMPILER_WARN_ALL=TRUE -PKGCONFIG_MODULES=gconf-2.0 +PKGCONFIG_MODULES=gconf-2.0 gobject-2.0 .INCLUDE: pkg_config.mk .IF "$(OS)" == "SOLARIS" |