aboutsummaryrefslogtreecommitdiffstats
path: root/modules/web-inspector
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-05-11 00:09:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-05-11 01:16:48 +0800
commit250c3cade5534f6ff396f8dbddd999918cba9781 (patch)
treef158cd1cef4dd1485d92b04267a50a758ba5c866 /modules/web-inspector
parent3c6919a70c6653c9306900b97f2896fdeed3375a (diff)
downloadgsoc2013-evolution-250c3cade5534f6ff396f8dbddd999918cba9781.tar
gsoc2013-evolution-250c3cade5534f6ff396f8dbddd999918cba9781.tar.gz
gsoc2013-evolution-250c3cade5534f6ff396f8dbddd999918cba9781.tar.bz2
gsoc2013-evolution-250c3cade5534f6ff396f8dbddd999918cba9781.tar.lz
gsoc2013-evolution-250c3cade5534f6ff396f8dbddd999918cba9781.tar.xz
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/web-inspector')
-rw-r--r--modules/web-inspector/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/web-inspector/Makefile.am b/modules/web-inspector/Makefile.am
index f8a1fc9340..dfd999c213 100644
--- a/modules/web-inspector/Makefile.am
+++ b/modules/web-inspector/Makefile.am
@@ -1,6 +1,6 @@
-module_LTLIBRARIES = libevolution-module-web-inspector.la
+module_LTLIBRARIES = module-web-inspector.la
-libevolution_module_web_inspector_la_CPPFLAGS = \
+module_web_inspector_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I$(top_srcdir) \
-I$(top_srcdir)/widgets \
@@ -8,16 +8,16 @@ libevolution_module_web_inspector_la_CPPFLAGS = \
$(EVOLUTION_DATA_SERVER_CFLAGS) \
$(GNOME_PLATFORM_CFLAGS)
-libevolution_module_web_inspector_la_SOURCES = \
+module_web_inspector_la_SOURCES = \
evolution-web-inspector.c
-libevolution_module_web_inspector_la_LIBADD = \
+module_web_inspector_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS)
-libevolution_module_web_inspector_la_LDFLAGS = \
+module_web_inspector_la_LDFLAGS = \
-module -avoid-version $(NO_UNDEFINED)
-include $(top_srcdir)/git.mk