diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-18 22:28:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-18 23:58:19 +0800 |
commit | 3f1448b0119585493e1d213af9afde5faf50cb2c (patch) | |
tree | 6addf33f16a492227b262df4a4fa7e116848df72 /calendar/gui/Makefile.am | |
parent | f99137ce6242e40274bb89baeae8d762ae726f1a (diff) | |
download | gsoc2013-evolution-3f1448b0119585493e1d213af9afde5faf50cb2c.tar.gz gsoc2013-evolution-3f1448b0119585493e1d213af9afde5faf50cb2c.tar.zst gsoc2013-evolution-3f1448b0119585493e1d213af9afde5faf50cb2c.zip |
Restore the alarm notify daemon.
Convert evolution-alarm-notify to an autostart program, add a .desktop
file for it, and use libunique to ensure only one instance is running.
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index f5e3374f27..e732b83837 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -2,9 +2,7 @@ if OS_WIN32 WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libevolution-mail.la endif -# KILL-BONOBO: Temporarily disabled alarm-notify -#SUBDIRS = alarm-notify dialogs -SUBDIRS = dialogs +SUBDIRS = alarm-notify dialogs privsolib_LTLIBRARIES = libevolution-calendar.la |