diff options
author | monsta <[email protected]> | 2018-01-13 13:54:33 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-14 16:19:48 +0100 |
commit | 41f7b7a2a38ca9f3929fcbd88d228b3815034876 (patch) | |
tree | 4da95992b542ba378b7ccc82b8d55a3dd86302d3 /Makefile.am | |
parent | 55fbad37580a11d2ac539b382f463af2f12e114c (diff) | |
download | mate-applets-41f7b7a2a38ca9f3929fcbd88d228b3815034876.tar.bz2 mate-applets-41f7b7a2a38ca9f3929fcbd88d228b3815034876.tar.xz |
drop broken invest-applet and all Python dependencies
closes https://github.com/mate-desktop/mate-applets/issues/297
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index f43a44ab..8b10b59d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,10 +24,6 @@ if BUILD_CPUFREQ_APPLET cpufreq_SUBDIR = cpufreq endif -if BUILD_INVEST_APPLET -invest_applet_SUBDIR = invest-applet -endif - if BUILD_TIMERAPPLET timerapplet_SUBDIR = timerapplet endif @@ -48,7 +44,6 @@ SUBDIRS = \ man \ $(battstat_SUBDIR) \ $(accessx_status_SUBDIR) \ - $(invest_applet_SUBDIR) \ $(cpufreq_SUBDIR) \ $(timerapplet_SUBDIR) @@ -66,7 +61,6 @@ DIST_SUBDIRS = \ timerapplet \ trashapplet \ cpufreq \ - invest-applet \ command \ netspeed |