From 63350b71078e1a00c776532b4be1f259ee09d00f Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 29 Nov 2000 21:49:52 +0000 Subject: [PATCH] Make the pkg-config scripts actually work. 2000-11-29 Martin Baulig * *.pc.in: Make the pkg-config scripts actually work. --- ChangeLog | 4 ++++ ChangeLog.pre-2-0 | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-2 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ glib.pc.in | 2 +- gmodule.pc.in | 2 +- gthread.pc.in | 4 ++-- 11 files changed, 36 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65ed42cab..2579f542f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-11-29 Martin Baulig + + * *.pc.in: Make the pkg-config scripts actually work. + Mon Oct 16 11:11:06 2000 Tim Janik * configure.in: up version number to 1.2.9, interface 9, binary 9. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 65ed42cab..2579f542f 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +2000-11-29 Martin Baulig + + * *.pc.in: Make the pkg-config scripts actually work. + Mon Oct 16 11:11:06 2000 Tim Janik * configure.in: up version number to 1.2.9, interface 9, binary 9. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 65ed42cab..2579f542f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2000-11-29 Martin Baulig + + * *.pc.in: Make the pkg-config scripts actually work. + Mon Oct 16 11:11:06 2000 Tim Janik * configure.in: up version number to 1.2.9, interface 9, binary 9. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 65ed42cab..2579f542f 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2000-11-29 Martin Baulig + + * *.pc.in: Make the pkg-config scripts actually work. + Mon Oct 16 11:11:06 2000 Tim Janik * configure.in: up version number to 1.2.9, interface 9, binary 9. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 65ed42cab..2579f542f 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2000-11-29 Martin Baulig + + * *.pc.in: Make the pkg-config scripts actually work. + Mon Oct 16 11:11:06 2000 Tim Janik * configure.in: up version number to 1.2.9, interface 9, binary 9. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 65ed42cab..2579f542f 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2000-11-29 Martin Baulig + + * *.pc.in: Make the pkg-config scripts actually work. + Mon Oct 16 11:11:06 2000 Tim Janik * configure.in: up version number to 1.2.9, interface 9, binary 9. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 65ed42cab..2579f542f 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2000-11-29 Martin Baulig + + * *.pc.in: Make the pkg-config scripts actually work. + Mon Oct 16 11:11:06 2000 Tim Janik * configure.in: up version number to 1.2.9, interface 9, binary 9. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 65ed42cab..2579f542f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2000-11-29 Martin Baulig + + * *.pc.in: Make the pkg-config scripts actually work. + Mon Oct 16 11:11:06 2000 Tim Janik * configure.in: up version number to 1.2.9, interface 9, binary 9. diff --git a/glib.pc.in b/glib.pc.in index 4f62b48b0..2467610bf 100644 --- a/glib.pc.in +++ b/glib.pc.in @@ -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 diff --git a/gmodule.pc.in b/gmodule.pc.in index ed81d5cc7..e4a0a698a 100644 --- a/gmodule.pc.in +++ b/gmodule.pc.in @@ -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: diff --git a/gthread.pc.in b/gthread.pc.in index ca9f5e9e7..68d8b0216 100644 --- a/gthread.pc.in +++ b/gthread.pc.in @@ -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@