From 250c3cade5534f6ff396f8dbddd999918cba9781 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 10 May 2012 12:09:27 -0400 Subject: 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 --- modules/spamassassin/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/spamassassin') diff --git a/modules/spamassassin/Makefile.am b/modules/spamassassin/Makefile.am index fce8989566..cb8f5778fa 100644 --- a/modules/spamassassin/Makefile.am +++ b/modules/spamassassin/Makefile.am @@ -1,16 +1,16 @@ -module_LTLIBRARIES = libevolution-module-spamassassin.la +module_LTLIBRARIES = module-spamassassin.la -libevolution_module_spamassassin_la_CPPFLAGS = \ +module_spamassassin_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ -I$(top_srcdir) \ -DG_LOG_DOMAIN=\"evolution-spamassassin\" \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) -libevolution_module_spamassassin_la_SOURCES = \ +module_spamassassin_la_SOURCES = \ evolution-spamassassin.c -libevolution_module_spamassassin_la_LIBADD = \ +module_spamassassin_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/shell/libeshell.la \ @@ -19,7 +19,7 @@ libevolution_module_spamassassin_la_LIBADD = \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) -libevolution_module_spamassassin_la_LDFLAGS = \ +module_spamassassin_la_LDFLAGS = \ -module -avoid-version $(NO_UNDEFINED) schemadir = $(GCONF_SCHEMA_FILE_DIR) -- cgit v1.2.3