diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-29 15:23:00 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-29 15:23:00 +0100 |
commit | 103274c655d5eed254b552ed5cf19265cd8f98f2 (patch) | |
tree | 095934d9a3e3b682355e89511cde5ec9d7c096af /Makefile.am | |
parent | 9c4ef5136fed495e618610ba675a03de9efbe921 (diff) | |
download | mate-applets-103274c655d5eed254b552ed5cf19265cd8f98f2.tar.bz2 mate-applets-103274c655d5eed254b552ed5cf19265cd8f98f2.tar.xz |
Remove old timer-applet
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 6b2f46f8..0e988730 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,10 +39,6 @@ if BUILD_TIMERAPPLET timerapplet_SUBDIR = timerapplet endif -if BUILD_TIMER_APPLET -timer_applet_SUBDIR = timer-applet -endif - always_built_SUBDIRS = \ charpick \ drivemount \ @@ -63,8 +59,7 @@ SUBDIRS = \ $(accessx_status_SUBDIR) \ $(invest_applet_SUBDIR) \ $(cpufreq_SUBDIR) \ - $(timerapplet_SUBDIR) \ - $(timer_applet_SUBDIR) + $(timerapplet_SUBDIR) DIST_SUBDIRS = \ po \ @@ -82,7 +77,6 @@ DIST_SUBDIRS = \ trashapplet \ cpufreq \ invest-applet \ - timer-applet \ command \ null_applet |