diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-05-27 03:41:29 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-05-28 21:56:30 +0800 |
commit | 70a9fcdf9c61c09fcac72ddf99e73cb57ed99017 (patch) | |
tree | 1fa36e300d0d126e889416f807bf7b09018bc63a /shell | |
parent | 6c9a3243c9b335cb7e5873b15562263e74293dc2 (diff) | |
download | gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.gz gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.bz2 gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.lz gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.xz gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.tar.zst gsoc2013-evolution-70a9fcdf9c61c09fcac72ddf99e73cb57ed99017.zip |
Rename libeshell to libevolution-shell.
To make Evolution's shared libraries more consistent.
Also rename the documentation module to evolution-shell.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index f24e88fd8b..a39558b153 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -2,9 +2,9 @@ bin_PROGRAMS = evolution # Shell library -privsolib_LTLIBRARIES = libeshell.la +privsolib_LTLIBRARIES = libevolution-shell.la -eshellincludedir = $(privincludedir)/shell +evolution_shell_includedir = $(privincludedir)/shell ENUM_TYPES = e-shell.h @@ -21,7 +21,7 @@ e-shell-enumtypes.c: $(top_srcdir)/enumtypes.c.template $(ENUM_TYPES) ENUM_GENERATED = e-shell-enumtypes.h e-shell-enumtypes.c -eshellinclude_HEADERS = \ +evolution_shell_include_HEADERS = \ e-shell.h \ e-shell-backend.h \ e-shell-common.h \ @@ -37,7 +37,7 @@ eshellinclude_HEADERS = \ e-shell-window-actions.h \ es-event.h -libeshell_la_CPPFLAGS = \ +libevolution_shell_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ $(NM_CPPFLAGS) \ -I$(top_srcdir) \ @@ -64,8 +64,8 @@ libeshell_la_CPPFLAGS = \ $(GTKHTML_CFLAGS) \ $(CLUTTER_GTK_CFLAGS) -libeshell_la_SOURCES = \ - $(eshellinclude_HEADERS) \ +libevolution_shell_la_SOURCES = \ + $(evolution_shell_include_HEADERS) \ e-shell.c \ e-shell-backend.c \ e-shell-content.c \ @@ -85,9 +85,9 @@ libeshell_la_SOURCES = \ evo-version.h \ es-event.c -libeshell_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) +libevolution_shell_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) -libeshell_la_LIBADD = \ +libevolution_shell_la_LIBADD = \ $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ @@ -130,7 +130,7 @@ evolution_SOURCES = \ e-migrate-base-dirs.c evolution_LDADD = \ - libeshell.la \ + libevolution-shell.la \ $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ |