diff --git a/ChangeLog b/ChangeLog index 4fcb147a2..c2ecdea27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-05-13 Todd Berman + + * *.pc.in: add .dll to the end of the Libs: references, and convert + them to be absolute paths. + 2004-05-11 Mike Kestner * *.pc.in : add Requires so that dependent libs are pulled in too. diff --git a/art/art-sharp.pc.in b/art/art-sharp.pc.in index 16a064685..bdb1a2744 100644 --- a/art/art-sharp.pc.in +++ b/art/art-sharp.pc.in @@ -6,4 +6,4 @@ libdir=${exec_prefix}/lib Name: Art# Description: Art# - libart .NET Binding Version: @VERSION@ -Libs: -lib:${libdir}/mono/@PACKAGE@ -r:art-sharp +Libs: -r:${libdir}/mono/@PACKAGE@/art-sharp.dll diff --git a/gconf/GConf/gconf-sharp.pc.in b/gconf/GConf/gconf-sharp.pc.in index 92be35558..62803efd9 100644 --- a/gconf/GConf/gconf-sharp.pc.in +++ b/gconf/GConf/gconf-sharp.pc.in @@ -7,4 +7,4 @@ Name: GConf# Description: GConf# - GConf .NET Binding Version: @VERSION@ Requires: gnome-sharp -Libs: -lib:${libdir}/mono/@PACKAGE@ -r:gconf-sharp -r:gconf-sharp-peditors +Libs: -r:${libdir}/mono/@PACKAGE@/gconf-sharp.dll -r:${libdir}/mono/@PACKAGE@/gconf-sharp-peditors.dll diff --git a/gda/gda-sharp.pc.in b/gda/gda-sharp.pc.in index 0ef89b5c9..58fb0265b 100644 --- a/gda/gda-sharp.pc.in +++ b/gda/gda-sharp.pc.in @@ -6,4 +6,4 @@ libdir=${exec_prefix}/lib Name: Gda# Description: Gda# - Gda .NET Binding Version: @VERSION@ -Libs: -lib:${libdir}/mono/@PACKAGE@ -r:gda-sharp +Libs: -r:${libdir}/mono/@PACKAGE@/gda-sharp.dll diff --git a/glade/glade-sharp.pc.in b/glade/glade-sharp.pc.in index 72fcb0d28..b51a8e651 100644 --- a/glade/glade-sharp.pc.in +++ b/glade/glade-sharp.pc.in @@ -7,4 +7,4 @@ Name: Glade# Description: Glade# - Glade .NET Binding Version: @VERSION@ Requires: gtk-sharp -Libs: -lib:${libdir}/mono/@PACKAGE@ -r:glade-sharp +Libs: -r:${libdir}/mono/@PACKAGE@/glade-sharp.dll diff --git a/gnome/gnome-sharp.pc.in b/gnome/gnome-sharp.pc.in index af09dc94c..24144cd22 100644 --- a/gnome/gnome-sharp.pc.in +++ b/gnome/gnome-sharp.pc.in @@ -7,4 +7,4 @@ Name: Gnome# Description: Gnome# - GNOME .NET Binding Version: @VERSION@ Requires: gtk-sharp art-sharp -Libs: -lib:${libdir}/mono/@PACKAGE@ -r:gnome-sharp +Libs: -r:${libdir}/mono/@PACKAGE@/gnome-sharp.dll diff --git a/gnomedb/gnomedb-sharp.pc.in b/gnomedb/gnomedb-sharp.pc.in index fd76247b9..52f30a30d 100644 --- a/gnomedb/gnomedb-sharp.pc.in +++ b/gnomedb/gnomedb-sharp.pc.in @@ -6,4 +6,4 @@ libdir=${exec_prefix}/lib Name: GnomeDB# Description: GnomeDB# - GNOMEDB .NET Binding Version: @VERSION@ -Libs: -lib:${libdir}/mono/@PACKAGE@ -r:gnomedb-sharp +Libs: -r:${libdir}/mono/@PACKAGE@/gnomedb-sharp.dll diff --git a/gtk-sharp.pc.in b/gtk-sharp.pc.in index 257e217cc..2073c0afe 100644 --- a/gtk-sharp.pc.in +++ b/gtk-sharp.pc.in @@ -6,4 +6,4 @@ libdir=${exec_prefix}/lib Name: Gtk# Description: Gtk# - GNOME .NET Binding Version: @VERSION@ -Libs: -lib:${libdir}/mono/@PACKAGE@ -r:glib-sharp -r:pango-sharp -r:atk-sharp -r:gdk-sharp -r:gtk-sharp +Libs: -r:${libdir}/mono/@PACKAGE@/glib-sharp.dll -r:${libdir}/mono/@PACKAGE@/pango-sharp.dll -r:${libdir}/mono/@PACKAGE@/atk-sharp.dll -r:${libdir}/mono/@PACKAGE@/gdk-sharp.dll -r:${libdir}/mono/@PACKAGE@/gtk-sharp.dll diff --git a/gtkhtml/gtkhtml-sharp.pc.in b/gtkhtml/gtkhtml-sharp.pc.in index d97d9492c..3e0f49686 100644 --- a/gtkhtml/gtkhtml-sharp.pc.in +++ b/gtkhtml/gtkhtml-sharp.pc.in @@ -7,4 +7,4 @@ Name: Gtkhtml# Description: Gtkhtml# - Gtkhtml .NET Binding Version: @VERSION@ Requires: gnome-sharp -Libs: -lib:${libdir}/mono/@PACKAGE@ -r:gtkhtml-sharp +Libs: -r:${libdir}/mono/@PACKAGE@/gtkhtml-sharp.dll diff --git a/rsvg/rsvg-sharp.pc.in b/rsvg/rsvg-sharp.pc.in index 5a8a21899..f4a3c64ce 100644 --- a/rsvg/rsvg-sharp.pc.in +++ b/rsvg/rsvg-sharp.pc.in @@ -6,4 +6,4 @@ libdir=${exec_prefix}/lib Name: Rsvg# Description: Rsvg# - librsvg .NET Binding Version: @VERSION@ -Libs: -lib:${libdir}/mono/@PACKAGE@ -r:rsvg-sharp +Libs: -r:${libdir}/mono/@PACKAGE@/rsvg-sharp.dll diff --git a/vte/vte-sharp.pc.in b/vte/vte-sharp.pc.in index 840c7803f..a261627e3 100644 --- a/vte/vte-sharp.pc.in +++ b/vte/vte-sharp.pc.in @@ -7,4 +7,4 @@ Name: Vte# Description: Vte# - libvte .NET Binding Version: @VERSION@ Requires: gnome-sharp -Libs: -lib:${libdir}/mono/@PACKAGE@ -r:vte-sharp +Libs: -r:${libdir}/mono/@PACKAGE@/vte-sharp.dll