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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ac19503fc5..0368b16f07 100644 --- a/configure.ac +++ b/configure.ac @@ -1232,7 +1232,7 @@ AC_SUBST(CERT_UI_LIBS) dnl ************ dnl E_UTIL Flags dnl ************ -EVO_SET_COMPILE_FLAGS(E_UTIL, libedataserverui-3.0 camel-provider-1.2 $mozilla_nspr, $MANUAL_NSPR_CFLAGS $MANUAL_NSPR_LIBS) +EVO_SET_COMPILE_FLAGS(E_UTIL, libebackend-1.2 libedataserverui-3.0 camel-provider-1.2 $mozilla_nspr, $MANUAL_NSPR_CFLAGS $MANUAL_NSPR_LIBS) AC_SUBST(E_UTIL_CFLAGS) AC_SUBST(E_UTIL_LIBS) |