diff options
-rw-r--r-- | e-util/ChangeLog | 8 | ||||
-rw-r--r-- | e-util/Makefile.am | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 2e4c6130d4..28bcac3b58 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,11 @@ +2006-09-07 Tor Lillqvist <tml@novell.com> + + * Makefile.am (ruledir): Define ruledir here, too, like in + addressbook/gui/widgets/Makefile.am, as we use it in + SEARCH_RULE_DIR for the benefit of e-win32-reloc.c. Fixes the + Win32-specific problem "eab-widgets-WARNING **: Could not load + addressbook search; no parts". (#348419) + 2006-08-27 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #352941 diff --git a/e-util/Makefile.am b/e-util/Makefile.am index de817c7c1c..e3c7052cec 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -1,6 +1,7 @@ eutilincludedir = $(privincludedir)/e-util econdincludedir = $(privincludedir)/e-conduit ecpsdir = $(privdatadir)/ecps +ruledir = $(privdatadir) if OS_WIN32 WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libemiscwidgets.la |