955b2d5c82
* libgtop-2.0.pc.in: Include -lgtop in the linking flags. Bug #130506.
14 lines
288 B
Plaintext
14 lines
288 B
Plaintext
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@ -lgtop
|
|
Cflags: -I${includedir}/libgtop-2.0
|
|
|
|
|