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