diff options
author | Monsta <[email protected]> | 2016-01-02 23:10:09 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2016-01-02 23:10:09 +0300 |
commit | 76198a103be40a7a955d1aac953548e6fea82ab5 (patch) | |
tree | 98398f65570796a0356049f38891aac64d6adef7 /Makefile.am | |
parent | 7160d859ece6fe2b8526d518a15e629982e03332 (diff) | |
download | mate-applets-76198a103be40a7a955d1aac953548e6fea82ab5.tar.bz2 mate-applets-76198a103be40a7a955d1aac953548e6fea82ab5.tar.xz |
drop null_applet which isn't even buildable these days
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index cf0bc376..ca10405a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,6 @@ always_built_SUBDIRS = \ stickynotes \ trashapplet \ command -# null_applet SUBDIRS = \ po \ @@ -69,8 +68,7 @@ DIST_SUBDIRS = \ cpufreq \ invest-applet \ command \ - netspeed \ - null_applet + netspeed EXTRA_DIST = \ m4/ac-define-dir.m4 \ |