diff options
Diffstat (limited to 'modules/plugin-lib')
-rw-r--r-- | modules/plugin-lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/plugin-lib/Makefile.am b/modules/plugin-lib/Makefile.am index 931ccaf236..c7d97b912d 100644 --- a/modules/plugin-lib/Makefile.am +++ b/modules/plugin-lib/Makefile.am @@ -15,7 +15,7 @@ module_plugin_lib_la_SOURCES = \ e-plugin-lib.h module_plugin_lib_la_LIBADD = \ - $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/e-util/libevolution-util.la \ $(EVOLUTION_DATA_SERVER_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(GTKHTML_LIBS) |