mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
Make the pkg-config scripts actually work.
2000-11-29 Martin Baulig <baulig@suse.de> * *.pc.in: Make the pkg-config scripts actually work.
This commit is contained in:
parent
4202808f81
commit
63350b7107
@ -1,3 +1,7 @@
|
||||
2000-11-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* *.pc.in: Make the pkg-config scripts actually work.
|
||||
|
||||
Mon Oct 16 11:11:06 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: up version number to 1.2.9, interface 9, binary 9.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-11-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* *.pc.in: Make the pkg-config scripts actually work.
|
||||
|
||||
Mon Oct 16 11:11:06 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: up version number to 1.2.9, interface 9, binary 9.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-11-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* *.pc.in: Make the pkg-config scripts actually work.
|
||||
|
||||
Mon Oct 16 11:11:06 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: up version number to 1.2.9, interface 9, binary 9.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-11-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* *.pc.in: Make the pkg-config scripts actually work.
|
||||
|
||||
Mon Oct 16 11:11:06 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: up version number to 1.2.9, interface 9, binary 9.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-11-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* *.pc.in: Make the pkg-config scripts actually work.
|
||||
|
||||
Mon Oct 16 11:11:06 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: up version number to 1.2.9, interface 9, binary 9.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-11-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* *.pc.in: Make the pkg-config scripts actually work.
|
||||
|
||||
Mon Oct 16 11:11:06 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: up version number to 1.2.9, interface 9, binary 9.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-11-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* *.pc.in: Make the pkg-config scripts actually work.
|
||||
|
||||
Mon Oct 16 11:11:06 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: up version number to 1.2.9, interface 9, binary 9.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2000-11-29 Martin Baulig <baulig@suse.de>
|
||||
|
||||
* *.pc.in: Make the pkg-config scripts actually work.
|
||||
|
||||
Mon Oct 16 11:11:06 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in: up version number to 1.2.9, interface 9, binary 9.
|
||||
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
||||
Name: GLib
|
||||
Description: C Utility Library
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lglib-1.2
|
||||
Libs: -L${libdir} -lglib
|
||||
Cflags: -I${includedir}/glib-1.2 -I${libdir}/glib/include
|
||||
|
||||
|
@ -7,5 +7,5 @@ Name: GModule
|
||||
Description: Dynamic module loader for GLib
|
||||
Requires: glib
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule-1.2 @G_MODULE_LIBS@
|
||||
Libs: -L${libdir} @G_MODULE_LDFLAGS@ -lgmodule @G_MODULE_LIBS@
|
||||
Cflags:
|
||||
|
@ -7,5 +7,5 @@ Name: GThread
|
||||
Description: Thread support for GLib
|
||||
Requires: glib
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgthread-1.2 @G_THREAD_LIBS@
|
||||
Cflags:
|
||||
Libs: -L${libdir} -lgthread @G_THREAD_LIBS@
|
||||
Cflags: @G_THREAD_CFLAGS@
|
||||
|
Loading…
x
Reference in New Issue
Block a user