2004-05-03 Todd Berman <tberman@sevenl.net>

* gtk-sharp.pc.in: add PACKAGE stuff here

svn path=/trunk/gtk-sharp/; revision=26651
This commit is contained in:
Todd Berman 2004-05-03 21:58:05 +00:00
parent 57f06abbfe
commit a4e024a8e3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-05-03 Todd Berman <tberman@sevenl.net>
* gtk-sharp.pc.in: add PACKAGE stuff here
2004-05-03 Mike Kestner <mkestner@ximian.com>
* */Makefile.am : fix gacutil for new package switch

View File

@ -1,3 +1,4 @@
PACKAGE=@PACKAGE@
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
@ -6,4 +7,4 @@ libdir=${exec_prefix}/lib
Name: Gtk#
Description: Gtk# - GNOME .NET Binding
Version: @VERSION@
Libs: -lib:${libdir} -r:glib-sharp -r:pango-sharp -r:atk-sharp -r:gdk-sharp -r:gtk-sharp
Libs: -lib:${libdir}/mono/$(PACKAGE) -r:glib-sharp -r:pango-sharp -r:atk-sharp -r:gdk-sharp -r:gtk-sharp