diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-29 15:13:59 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-29 15:13:59 +0100 |
commit | 9c4ef5136fed495e618610ba675a03de9efbe921 (patch) | |
tree | 955d2d6642a731cea25add5ce3a9155a970dceff /Makefile.am | |
parent | f853a2bc8ac072eb34372deb420e20b954f2f302 (diff) | |
download | mate-applets-9c4ef5136fed495e618610ba675a03de9efbe921.tar.bz2 mate-applets-9c4ef5136fed495e618610ba675a03de9efbe921.tar.xz |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 \ |