diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-08-25 18:26:28 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-08-25 18:26:28 +0800 |
commit | a47ca156207f3cebf4b6efb276db663def030763 (patch) | |
tree | 7605c632dbed3a4ee709fa302a10b50cfc175746 /calendar/gui/alarm-notify/Makefile.am | |
parent | 5ef810562c716cd4665a407b3c1015e600ea6e42 (diff) | |
download | gsoc2013-evolution-a47ca156207f3cebf4b6efb276db663def030763.tar gsoc2013-evolution-a47ca156207f3cebf4b6efb276db663def030763.tar.gz gsoc2013-evolution-a47ca156207f3cebf4b6efb276db663def030763.tar.bz2 gsoc2013-evolution-a47ca156207f3cebf4b6efb276db663def030763.tar.lz gsoc2013-evolution-a47ca156207f3cebf4b6efb276db663def030763.tar.xz gsoc2013-evolution-a47ca156207f3cebf4b6efb276db663def030763.tar.zst gsoc2013-evolution-a47ca156207f3cebf4b6efb276db663def030763.zip |
Fixes 313705
svn path=/trunk/; revision=30247
Diffstat (limited to 'calendar/gui/alarm-notify/Makefile.am')
-rw-r--r-- | calendar/gui/alarm-notify/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am index 17e9444e83..8b9be3d141 100644 --- a/calendar/gui/alarm-notify/Makefile.am +++ b/calendar/gui/alarm-notify/Makefile.am @@ -50,6 +50,7 @@ evolution_alarm_notify_LDADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/calendar/common/libevolution-calendarprivate.la \ + $(CAMEL_LIBS) \ $(EVOLUTION_CALENDAR_LIBS) server_in_files = GNOME_Evolution_Calendar_AlarmNotify.server.in.in |