2003-06-10 Kjartan Maraas <set EMAIL_ADDRESS environment variable> * libgtop-2.0.pc.in: Fix missing build flags. Patch from Julio Merino. Fixes bug #103086. * sysdeps/linux/mem.c: (glibtop_get_mem_s): Fix memory calculation under Linux. Patch from <rwahl@gmx.de>. Fixes bug #68626. 2003-06-10 Kjartan Maraas <kmaraas@gnome.org>
14 lines
281 B
PkgConfig
14 lines
281 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libgtop
|
|
Description: Portable System Access Library
|
|
Requires: glib-2.0
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} @LIBGTOP_LIBS@ @LIBGTOP_EXTRA_LIBS@
|
|
Cflags: -I${includedir}/libgtop-2.0
|
|
|
|
|