diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-01 02:10:05 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-01 02:10:05 +0800 |
commit | dad4d7df9c3e301eb57a10b12d66fb9e2bb74950 (patch) | |
tree | bfa9bf460116be50acf7013dd8c390bf2a7815ff /my-evolution/Makefile.am | |
parent | 5597bf794e72cd92935a7ac9828bcb590fcbb853 (diff) | |
download | gsoc2013-evolution-dad4d7df9c3e301eb57a10b12d66fb9e2bb74950.tar.gz gsoc2013-evolution-dad4d7df9c3e301eb57a10b12d66fb9e2bb74950.tar.zst gsoc2013-evolution-dad4d7df9c3e301eb57a10b12d66fb9e2bb74950.zip |
Don't need to use libalarm to set a timeout to change the date. We know
* e-summary.c (e_summary_init): Don't need to use libalarm to set
a timeout to change the date. We know how many seconds away it is,
so we can just set a timeout for then.
* Makefile.am (summary_libs): Remove libalarm.a
svn path=/trunk/; revision=20106
Diffstat (limited to 'my-evolution/Makefile.am')
-rw-r--r-- | my-evolution/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index db1a59f9c4..fcb3e124b4 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -65,7 +65,6 @@ summary_sources = \ weather.h summary_libs = \ - $(top_builddir)/calendar/gui/alarm-notify/libalarm.a \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/e-util/libeutil.la \ |