diff options
Diffstat (limited to 'addressbook/importers')
-rw-r--r-- | addressbook/importers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/importers/Makefile.am b/addressbook/importers/Makefile.am index ccaa202c6e..cce02a07d1 100644 --- a/addressbook/importers/Makefile.am +++ b/addressbook/importers/Makefile.am @@ -22,7 +22,7 @@ libevolution_addressbook_importers_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) libevolution_addressbook_importers_la_LIBADD = \ $(top_builddir)/e-util/libevolution-util.la \ - $(top_builddir)/shell/libeshell.la \ + $(top_builddir)/shell/libevolution-shell.la \ $(top_builddir)/addressbook/util/libeabutil.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ |