diff options
author | Martin Baulig <martin@src.gnome.org> | 1999-03-01 23:42:45 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1999-03-01 23:42:45 +0000 |
commit | 2631145ea6dec08d0005f6f6854ef1b4dcde4fec (patch) | |
tree | 7956ea69227e0c4dd3ecfd3f7722036feec227a7 | |
parent | a4407c98b63cf4359752d044d00b73aa38109453 (diff) |
Last-minute fix for 1.0.1:GNOME_CORE_1_0_1
Disable building of the netload applet since it is too buggy at the
moment.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |