diff options
author | Jonathon Jongsma <jonathon@quotidian.org> | 2009-11-25 06:55:54 +0800 |
---|---|---|
committer | Jonathon Jongsma <jonathon@quotidian.org> | 2009-12-01 03:31:19 +0800 |
commit | 0da239224f119664577c0d5dc47cab2632b083be (patch) | |
tree | d1979fdf65cbfed4e97f2047168259975d257dad /shell/Makefile.am | |
parent | fff91b3bc66758f21a4040d7ec198318333e5150 (diff) | |
download | gsoc2013-evolution-0da239224f119664577c0d5dc47cab2632b083be.tar.gz gsoc2013-evolution-0da239224f119664577c0d5dc47cab2632b083be.tar.zst gsoc2013-evolution-0da239224f119664577c0d5dc47cab2632b083be.zip |
port shell/ over to the new EError API
https://bugzilla.gnome.org/show_bug.cgi?id=602963
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 6ff40baab7..eacf65d18d 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -134,6 +134,7 @@ evolution_LDADD = \ $(top_builddir)/widgets/menus/libmenus.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/filter/libfilter.la \ $(TZDIALOG_LIBS) \ $(SHELL_LIBS) \ $(EVOLUTIONICONRC) |