diff options
author | Dan Winship <danw@src.gnome.org> | 2003-01-17 03:38:44 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-01-17 03:38:44 +0800 |
commit | 2596671b8712915820d2590c86a429257ee2d8f7 (patch) | |
tree | 0fdcbb0484eca5ad23f4d52c00dcf1a445e362e1 /e-util/Makefile.am | |
parent | 96b653ff426ddf7c683db4f15a7cee062a2f33c7 (diff) | |
download | gsoc2013-evolution-2596671b8712915820d2590c86a429257ee2d8f7.tar gsoc2013-evolution-2596671b8712915820d2590c86a429257ee2d8f7.tar.gz gsoc2013-evolution-2596671b8712915820d2590c86a429257ee2d8f7.tar.bz2 gsoc2013-evolution-2596671b8712915820d2590c86a429257ee2d8f7.tar.lz gsoc2013-evolution-2596671b8712915820d2590c86a429257ee2d8f7.tar.xz gsoc2013-evolution-2596671b8712915820d2590c86a429257ee2d8f7.tar.zst gsoc2013-evolution-2596671b8712915820d2590c86a429257ee2d8f7.zip |
New class, based on MailConfigAccount, for describing an evolution (mail)
* e-account.c: New class, based on MailConfigAccount, for
describing an evolution (mail) account.
* e-account-list.c: New class for tracking the list of configured
accounts. (Also uses some code from mail-config.)
* e-list.c (e_list_construct, e_list_remove): New
svn path=/trunk/; revision=19495
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 93da8b15e3..559165a22b 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -21,6 +21,8 @@ privlib_LTLIBRARIES = libeutil.la libedb3util.la libeconduit.la noinst_LTLIBRARIES = libeutil-static.la libeconduit-static.la eutilinclude_HEADERS = \ + e-account-list.h \ + e-account.h \ e-categories-config.h \ e-categories-master-list-wombat.h \ e-component-listener.h \ @@ -51,6 +53,8 @@ eutilinclude_HEADERS = \ libeutil_la_SOURCES = \ $(eutilinclude_HEADERS) \ + e-account-list.c \ + e-account.c \ e-categories-config.c \ e-categories-master-list-wombat.c \ e-component-listener.c \ |