mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:05:29 +00:00
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:
parent
57f06abbfe
commit
a4e024a8e3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue