diff options
Diffstat (limited to 'a11y')
-rw-r--r-- | a11y/ChangeLog | 5 | ||||
-rw-r--r-- | a11y/widgets/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog index 15c5ffe546..0a6bae2d79 100644 --- a/a11y/ChangeLog +++ b/a11y/ChangeLog @@ -1,3 +1,8 @@ +2008-01-24 Tor Lillqvist <tml@novell.com> + + * widgets/Makefile.am (libevolution_widgets_a11y_la_LIBADD): Link + with libeutil.la for e_get_weekday_name(). + 2007-12-03 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #392747 diff --git a/a11y/widgets/Makefile.am b/a11y/widgets/Makefile.am index 8d32666f88..e157f82188 100644 --- a/a11y/widgets/Makefile.am +++ b/a11y/widgets/Makefile.am @@ -32,4 +32,5 @@ libevolution_widgets_a11y_la_LDFLAGS = $(NO_UNDEFINED) libevolution_widgets_a11y_la_LIBADD = \ $(WIN32_BOOTSTRAP_LIBS) \ $(top_builddir)/a11y/libevolution-a11y.la \ + $(top_builddir)/e-util/libeutil.la \ $(E_WIDGETS_LIBS) |