From 4bbd16182dab69da9ca7ad13309962af40529469 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 12 Jun 2012 17:49:56 +0200 Subject: add timer-applet --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b9c35b43..6fe592fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,10 @@ if BUILD_MIXER_APPLET mixer_applet_SUBDIR = mixer endif +if BUILD_TIMER_APPLET +timer_applet_SUBDIR = timer-applet +endif + always_built_SUBDIRS = \ charpick \ drivemount \ @@ -59,7 +63,8 @@ SUBDIRS = \ $(accessx_status_SUBDIR) \ $(invest_applet_SUBDIR) \ $(cpufreq_SUBDIR) \ - $(mixer_applet_SUBDIR) + $(mixer_applet_SUBDIR) \ + $(timer_applet_SUBDIR) DIST_SUBDIRS = \ po \ @@ -78,6 +83,7 @@ DIST_SUBDIRS = \ cpufreq \ invest-applet \ mixer \ + timer-applet \ null_applet EXTRA_DIST = \ -- cgit v1.2.1