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