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:
Martin Baulig 2000-11-29 21:49:52 +00:00 committed by Martin Baulig
parent 4202808f81
commit 63350b7107
11 changed files with 36 additions and 4 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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:

View File

@ -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@