diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-05-11 00:09:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-05-11 01:16:48 +0800 |
commit | 250c3cade5534f6ff396f8dbddd999918cba9781 (patch) | |
tree | f158cd1cef4dd1485d92b04267a50a758ba5c866 /modules/addressbook | |
parent | 3c6919a70c6653c9306900b97f2896fdeed3375a (diff) | |
download | gsoc2013-evolution-250c3cade5534f6ff396f8dbddd999918cba9781.tar.gz gsoc2013-evolution-250c3cade5534f6ff396f8dbddd999918cba9781.tar.zst gsoc2013-evolution-250c3cade5534f6ff396f8dbddd999918cba9781.zip |
Rename Evolution module libraries.
Drop the "libevolution" prefix so it's not so verbose and also
consistent with upcoming evolution-data-server module libraries.
libevolution-module-foo.so --> module-foo.so
Diffstat (limited to 'modules/addressbook')
-rw-r--r-- | modules/addressbook/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/addressbook/Makefile.am b/modules/addressbook/Makefile.am index 5757ac2e74..3c21012ec4 100644 --- a/modules/addressbook/Makefile.am +++ b/modules/addressbook/Makefile.am @@ -1,6 +1,6 @@ -module_LTLIBRARIES = libevolution-module-addressbook.la +module_LTLIBRARIES = module-addressbook.la -libevolution_module_addressbook_la_CPPFLAGS = \ +module_addressbook_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ -DG_LOG_DOMAIN=\"evolution-addressbook\" \ -I$(top_srcdir) \ @@ -25,7 +25,7 @@ libevolution_module_addressbook_la_CPPFLAGS = \ $(LDAP_CFLAGS) \ $(CHAMPLAIN_CFLAGS) -libevolution_module_addressbook_la_SOURCES = \ +module_addressbook_la_SOURCES = \ evolution-module-addressbook.c \ addressbook-config.c \ addressbook-config.h \ @@ -56,7 +56,7 @@ if ENABLE_SMIME SMIME_LIB=$(top_builddir)/smime/gui/libevolution-smime.la endif -libevolution_module_addressbook_la_LIBADD = \ +module_addressbook_la_LIBADD = \ $(SMIME_LIB) \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/composer/libcomposer.la \ @@ -79,7 +79,7 @@ libevolution_module_addressbook_la_LIBADD = \ $(LDAP_LIBS) -libevolution_module_addressbook_la_LDFLAGS = \ +module_addressbook_la_LDFLAGS = \ -module -avoid-version $(NO_UNDEFINED) # GConf schemas |