diff options
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | dbus-sharp.pc.in | 2 | 
2 files changed, 3 insertions, 1 deletions
| @@ -1,5 +1,7 @@  2004-06-10  Owen Fraser-Green  <owen@discobabe.net> +	* dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs. +  	* python/examples/Makefile.am: Fixed typo in EXTRA_DIST.  2004-06-09  Olivier Andrieu  <oliv__a@users.sourceforge.net> diff --git a/dbus-sharp.pc.in b/dbus-sharp.pc.in index 9e00d21b..a08352ef 100644 --- a/dbus-sharp.pc.in +++ b/dbus-sharp.pc.in @@ -5,4 +5,4 @@ libdir=@libdir@  Name: DBus#  Description: DBus# - D-BUS .NET Bindings  Version: @VERSION@ -Libs: -lib:${libdir}/mono/dbus-sharp -r:dbus-sharp -r:glib-sharp +Libs: -r:${libdir}/mono/dbus-sharp/dbus-sharp.dll | 
