From 0b31887156c0553378e2e025531e5bf495a2b847 Mon Sep 17 00:00:00 2001 From: Todd Berman Date: Fri, 29 Oct 2004 21:18:46 +0000 Subject: [PATCH] 2004-10-29 Todd Berman * gconf/GConf/gconf-sharp-2.0.pc.in: s/PACKAGE/PACKAGE_VERSION/ to fix -pkg:gtk-sharp svn path=/trunk/gtk-sharp/; revision=35483 --- ChangeLog | 5 +++++ gconf/GConf/gconf-sharp-2.0.pc.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6b61b6759..f39ba3062 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-29 Todd Berman + + * gconf/GConf/gconf-sharp-2.0.pc.in: s/PACKAGE/PACKAGE_VERSION/ to fix + -pkg:gtk-sharp + 2004-10-29 Todd Berman * gtk-sharp-2.0.pc.in: s/PACKAGE/PACKAGE_VERSION/ to fix -pkg:gtk-sharp diff --git a/gconf/GConf/gconf-sharp-2.0.pc.in b/gconf/GConf/gconf-sharp-2.0.pc.in index 57e24cdd0..8c8c66aa4 100644 --- a/gconf/GConf/gconf-sharp-2.0.pc.in +++ b/gconf/GConf/gconf-sharp-2.0.pc.in @@ -7,4 +7,4 @@ Name: GConf# Description: GConf# - GConf .NET Binding Version: @VERSION@ Requires: gnome-sharp-2.0 -Libs: -r:${libdir}/mono/@PACKAGE@/gconf-sharp.dll -r:${libdir}/mono/@PACKAGE@/gconf-sharp-peditors.dll +Libs: -r:${libdir}/mono/@PACKAGE_VERSION@/gconf-sharp.dll -r:${libdir}/mono/@PACKAGE_VERSION@/gconf-sharp-peditors.dll