From 2631145ea6dec08d0005f6f6854ef1b4dcde4fec Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Mon, 1 Mar 1999 23:42:45 +0000 Subject: Last-minute fix for 1.0.1: Disable building of the netload applet since it is too buggy at the moment. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index b3930e569..8b69403d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,8 +18,12 @@ endif endif if HAVE_LIBGTOP +if FALSE libgtop_SUBDIRS = cpumemusage diskusage multiload netload else +libgtop_SUBDIRS = cpumemusage diskusage multiload +endif +else libgtop_SUBDIRS = endif -- cgit v1.2.3