From 986f2ace070dfe610ffb7595e525a895d3a6fb43 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 20 Feb 2003 16:48:43 +0000 Subject: Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamic libraries, so they can be portably linked into the (shared library) components. (Part 1 of N.) svn path=/trunk/; revision=19971 --- shell/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 32e4dadf36..8c4a544108 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -239,8 +239,8 @@ evolution_SOURCES = \ evolution_LDADD = \ libeshell.la \ importer/libevolution-importer.la \ - $(top_builddir)/widgets/e-timezone-dialog/libetimezonedialog.a \ - $(top_builddir)/widgets/misc/libemiscwidgets.a \ + $(top_builddir)/widgets/e-timezone-dialog/libetimezonedialog.la \ + $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/libical/src/libical/libical-evolution.la \ $(SHELL_LIBS) -- cgit v1.2.3