From 955b2d5c828a8dc7a45489a3202a580b70dc7d1a Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 4 Jan 2004 21:57:08 +0000 Subject: [PATCH] Include -lgtop in the linking flags. Bug #130506. * libgtop-2.0.pc.in: Include -lgtop in the linking flags. Bug #130506. --- ChangeLog | 5 +++++ libgtop-2.0.pc.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3552ae09..9ab17681 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-05 Malcolm Tredinnick + + * libgtop-2.0.pc.in: Include -lgtop in the linking flags. + Bug #130506. + 2004-01-03 Robert Sedak * configure.in: Added "hr" in ALL_LINGUAS. diff --git a/libgtop-2.0.pc.in b/libgtop-2.0.pc.in index 2f111a42..d7a7e74a 100644 --- a/libgtop-2.0.pc.in +++ b/libgtop-2.0.pc.in @@ -7,7 +7,7 @@ Name: libgtop Description: Portable System Access Library Requires: glib-2.0 Version: @VERSION@ -Libs: -L${libdir} @LIBGTOP_LIBS@ @LIBGTOP_EXTRA_LIBS@ +Libs: -L${libdir} @LIBGTOP_LIBS@ @LIBGTOP_EXTRA_LIBS@ -lgtop Cflags: -I${includedir}/libgtop-2.0