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