diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2012-02-29 19:17:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-03-03 22:00:05 +0800 |
commit | f728daff220aae4d58946c6d10e6392cdbae758e (patch) | |
tree | b9aeecda96f4181d5f4ed4c927a33adcf6e371c6 /Makefile.am | |
parent | a35b61efa53ef41e049b17d10470b6e8dc62102e (diff) | |
download | gsoc2013-evolution-f728daff220aae4d58946c6d10e6392cdbae758e.tar.gz gsoc2013-evolution-f728daff220aae4d58946c6d10e6392cdbae758e.tar.zst gsoc2013-evolution-f728daff220aae4d58946c6d10e6392cdbae758e.zip |
Add libevolution-utils for prepping filter/ for EDS move.
This library is temporary. The plan is to eventually distribute its
APIs across libedataserver and libedataserverui, but it's a little too
late to do that for Evolution-Data-Server 3.4.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d1f0d19a46..8367d964d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,11 +53,12 @@ SUBDIRS = \ data \ smclient \ libgnomecanvas \ + libevolution-utils \ + filter \ libemail-utils \ libemail-engine \ e-util \ a11y \ - filter \ widgets \ shell \ $(SMIME_SUBDIR) \ |