From b017d60c83a8b510d33f1b719ae2122b93445103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Thu, 31 Mar 2005 12:05:52 +0000 Subject: [PATCH] Fixed. * libgtop-2.0.pc.in: Fixed. --- ChangeLog | 4 ++++ libgtop-2.0.pc.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e62a370f..2f0c3d47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-31 Benoît Dejean + + * libgtop-2.0.pc.in: Fixed. + 2005-03-29 Benoît Dejean * lib/read_data.c: (glibtop_read_data_l): Fixed warning. diff --git a/libgtop-2.0.pc.in b/libgtop-2.0.pc.in index cdd01346..e1753322 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@ -lgtop-2.0 +Libs: -L${libdir} -lgtop-2.0 Cflags: -I${includedir}/libgtop-2.0