From 9c4ef5136fed495e618610ba675a03de9efbe921 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 29 Jan 2014 15:13:59 +0100 Subject: Add new timerapplet in c To replace old timer-applet written in pygtk and not working in 1.6 See https://github.com/mate-desktop/mate-applets/issues/45 --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 537372ce..6b2f46f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,10 @@ if BUILD_INVEST_APPLET invest_applet_SUBDIR = invest-applet endif +if BUILD_TIMERAPPLET +timerapplet_SUBDIR = timerapplet +endif + if BUILD_TIMER_APPLET timer_applet_SUBDIR = timer-applet endif @@ -59,6 +63,7 @@ SUBDIRS = \ $(accessx_status_SUBDIR) \ $(invest_applet_SUBDIR) \ $(cpufreq_SUBDIR) \ + $(timerapplet_SUBDIR) \ $(timer_applet_SUBDIR) DIST_SUBDIRS = \ @@ -73,6 +78,7 @@ DIST_SUBDIRS = \ man \ accessx-status \ stickynotes \ + timerapplet \ trashapplet \ cpufreq \ invest-applet \ -- cgit v1.2.1 From 103274c655d5eed254b552ed5cf19265cd8f98f2 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 29 Jan 2014 15:23:00 +0100 Subject: Remove old timer-applet --- Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1