diff options
author | monsta <[email protected]> | 2015-12-11 13:43:46 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-12-14 16:41:47 +0300 |
commit | 8aabf4f0797f7cb4a56b194b66b7c41537fcbc69 (patch) | |
tree | 4a8ced2d14dbb2e39cca6e7af7d12d8ef9554406 /Makefile.am | |
parent | 33c414812425341777454444904cecf8a525c13a (diff) | |
download | mate-applets-8aabf4f0797f7cb4a56b194b66b7c41537fcbc69.tar.bz2 mate-applets-8aabf4f0797f7cb4a56b194b66b7c41537fcbc69.tar.xz |
merge netspeed applet from mate-netspeed repo
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a310bf9d..cf0bc376 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -gtop_applets = multiload +gtop_applets = multiload netspeed if BUILD_GTOP_APPLETS gtop_SUBDIRS = $(gtop_applets) @@ -69,6 +69,7 @@ DIST_SUBDIRS = \ cpufreq \ invest-applet \ command \ + netspeed \ null_applet EXTRA_DIST = \ |