summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-09-20 20:14:46 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-09-20 20:14:46 +0000
commitc7d323749c97da6220ee7cfae3b9fd893129a299 (patch)
treebd97949ec20022549ba6969b5ca906c4676c11f2 /configure.in
parent3d1997ca94bb6d62155c084dce964de3bf38446d (diff)
downloadlibgtop-c7d323749c97da6220ee7cfae3b9fd893129a299.tar.gz
Added new example : pretty prints the result of glibtop_*. Work in
* .cvsignore: * Makefile.am: * pprint.c: (pprint_get_cpu), (pprint_get_fsusage), (pprint_get_loadavg), (pprint_get_mem), (pprint_get_mountlist), (pprint_get_msg_limits), (main): Added new example : pretty prints the result of glibtop_*. Work in progress. Now builds procargs. * ../configure.in: Added to static list.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 68496ce0..c8327439 100644
--- a/configure.in
+++ b/configure.in
@@ -123,7 +123,7 @@ else
fi
if test "x$enable_static" != xno; then
- static_targets="first_static second_static mountlist_static procmap_static netload_static sysdeps_static timings_static $smp_static_examples"
+ static_targets="first_static second_static mountlist_static procmap_static netload_static sysdeps_static timings_static $smp_static_examples pprint_static procargs_static"
else
static_targets=""
fi