diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/Makefile.am | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index b9b900caf7..c43552e801 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2003-02-20 Dan Winship <danw@ximian.com> + + * Makefile.am (evolution_LDADD): + s/libemiscwidgets.a/libemiscwidgets.la/ and likewise for + libetimezonedialog + 2003-02-18 Ettore Perazzoli <ettore@ximian.com> * e-shortcuts.c (shortcut_item_new): Get the name from the name, 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) |