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/offline-alert/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/offline-alert') diff --git a/modules/offline-alert/Makefile.am b/modules/offline-alert/Makefile.am index e6bb42284b..9673a2778d 100644 --- a/modules/offline-alert/Makefile.am +++ b/modules/offline-alert/Makefile.am @@ -1,6 +1,6 @@ -module_LTLIBRARIES = libevolution-module-offline-alert.la +module_LTLIBRARIES = module-offline-alert.la -libevolution_module_offline_alert_la_CPPFLAGS = \ +module_offline_alert_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ @@ -8,17 +8,17 @@ libevolution_module_offline_alert_la_CPPFLAGS = \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(GNOME_PLATFORM_CFLAGS) -libevolution_module_offline_alert_la_SOURCES = \ +module_offline_alert_la_SOURCES = \ evolution-offline-alert.c -libevolution_module_offline_alert_la_LIBADD = \ +module_offline_alert_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/libevolution-utils/libevolution-utils.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) -libevolution_module_offline_alert_la_LDFLAGS = \ +module_offline_alert_la_LDFLAGS = \ -module -avoid-version $(NO_UNDEFINED) error_DATA = evolution-offline-alert.error -- cgit v1.2.3