Link with libeutil.la for e_get_weekday_name().

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().


svn path=/trunk/; revision=34884
This commit is contained in:
Tor Lillqvist
2008-01-24 21:01:01 +00:00
committed by Tor Lillqvist
parent b1140798c3
commit 304bff669c
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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)