From 6c9a3243c9b335cb7e5873b15562263e74293dc2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 26 May 2013 14:57:43 -0400 Subject: Rename libeutil to libevolution-util. To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-util. --- addressbook/importers/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/importers') diff --git a/addressbook/importers/Makefile.am b/addressbook/importers/Makefile.am index 6345d29300..ccaa202c6e 100644 --- a/addressbook/importers/Makefile.am +++ b/addressbook/importers/Makefile.am @@ -21,7 +21,7 @@ libevolution_addressbook_importers_la_SOURCES = \ libevolution_addressbook_importers_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) libevolution_addressbook_importers_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/addressbook/util/libeabutil.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ -- cgit