diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-09-10 23:47:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-09-26 21:45:55 +0800 |
commit | 53bc6ffc531d7a7188e15be245a31f301090ee15 (patch) | |
tree | 20787089c9f1cc09986ca0ea8f23ba0cad81462b /e-util/Makefile.am | |
parent | 6aa953cdf3ce6dbdb38be3942213d015eb01d4b0 (diff) | |
download | gsoc2013-evolution-53bc6ffc531d7a7188e15be245a31f301090ee15.tar.gz gsoc2013-evolution-53bc6ffc531d7a7188e15be245a31f301090ee15.tar.zst gsoc2013-evolution-53bc6ffc531d7a7188e15be245a31f301090ee15.zip |
The EExtension framework is now in libebackend.
The EModule, EExtensible and EExtension classes as well as the
e_type_traverse() function have been moved to Evolution-Data-Server's
libebackend library to replace e-data-server-module.c.
Now Evolution-Data-Server modules use the same framework as Evolution.
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 53614e3b06..42fda2d9dd 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -31,15 +31,12 @@ eutilinclude_HEADERS = \ e-dialog-utils.h \ e-dialog-widgets.h \ e-event.h \ - e-extensible.h \ - e-extension.h \ e-file-utils.h \ e-html-utils.h \ e-icon-factory.h \ e-import.h \ e-marshal.h \ e-mktemp.h \ - e-module.h \ e-poolv.h \ e-print.h \ e-plugin.h \ @@ -106,15 +103,12 @@ libeutil_la_SOURCES = \ e-dialog-utils.c \ e-dialog-widgets.c \ e-event.c \ - e-extensible.c \ - e-extension.c \ e-file-utils.c \ e-html-utils.c \ e-icon-factory.c \ e-import.c \ e-marshal.c \ e-mktemp.c \ - e-module.c \ e-poolv.c \ e-plugin.c \ e-plugin-ui.c \ |