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/alarm-notify/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/alarm-notify/Makefile.am')
-rw-r--r-- | calendar/gui/alarm-notify/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am index d8a68387fe..7fce7dbc23 100644 --- a/calendar/gui/alarm-notify/Makefile.am +++ b/calendar/gui/alarm-notify/Makefile.am @@ -1,5 +1,4 @@ -privlibexec_PROGRAMS = evolution-alarm-notify - +bin_PROGRAMS = evolution-alarm-notify AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"evolution-alarm-notify\" \ @@ -16,7 +15,6 @@ glade_DATA = \ alarm-notify.glade evolution_alarm_notify_SOURCES = \ - $(CORBA_GENERATED) \ alarm.c \ alarm.h \ alarm-notify.c \ |