aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-19 02:33:13 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-19 02:48:11 +0800
commit2c471d12912c2b9666b3a7194831ac9997b72ce0 (patch)
tree123210e3c71fd592dca69791d48c25536cd9e80d /e-util/Makefile.am
parentd183741157f025c057af980f1ea0cdc554ada5c6 (diff)
downloadgsoc2013-evolution-2c471d12912c2b9666b3a7194831ac9997b72ce0.tar
gsoc2013-evolution-2c471d12912c2b9666b3a7194831ac9997b72ce0.tar.gz
gsoc2013-evolution-2c471d12912c2b9666b3a7194831ac9997b72ce0.tar.bz2
gsoc2013-evolution-2c471d12912c2b9666b3a7194831ac9997b72ce0.tar.lz
gsoc2013-evolution-2c471d12912c2b9666b3a7194831ac9997b72ce0.tar.xz
gsoc2013-evolution-2c471d12912c2b9666b3a7194831ac9997b72ce0.tar.zst
gsoc2013-evolution-2c471d12912c2b9666b3a7194831ac9997b72ce0.zip
Add EClientSelector.
EClientSelector extends the functionality of ESourceSelector by utilizing an EClientCache to display status information about the backends associated with the displayed data sources. (No backend status is displayed just yet, but that's the plan.)
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 738ce8559d..f802218db3 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -159,6 +159,7 @@ eutilinclude_HEADERS = \
e-charset-combo-box.h \
e-charset.h \
e-client-cache.h \
+ e-client-selector.h \
e-config.h \
e-contact-store.h \
e-dateedit.h \
@@ -404,6 +405,7 @@ libeutil_la_SOURCES = \
e-charset-combo-box.c \
e-charset.c \
e-client-cache.c \
+ e-client-selector.c \
e-config.c \
e-contact-store.c \
e-dateedit.c \