summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--libgtop-2.0.pc.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3deb32f5..58f07c7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org>
+
+ * libgtop-2.0.pc.in: Should be -lgtop-2.0, #130506
+
2004-01-05 Frederic Crozat <fcrozat@mandrakesoft.com>
* libgtop.spec.in: License is GPL, not LGPL.
diff --git a/libgtop-2.0.pc.in b/libgtop-2.0.pc.in
index d7a7e74a..cdd01346 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
+Libs: -L${libdir} @LIBGTOP_LIBS@ @LIBGTOP_EXTRA_LIBS@ -lgtop-2.0
Cflags: -I${includedir}/libgtop-2.0