diff options
author | Tor Lillqvist <tml@novell.com> | 2006-09-08 02:38:38 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-09-08 02:38:38 +0800 |
commit | 243a37a86f2577974db1fd01080bedffb65156f3 (patch) | |
tree | f39735ec5970f04d0d7726dc2a069432b74655cb | |
parent | e9dc216b62c30cc973b7f938bf0d547d4b17e3f2 (diff) | |
download | gsoc2013-evolution-243a37a86f2577974db1fd01080bedffb65156f3.tar.gz gsoc2013-evolution-243a37a86f2577974db1fd01080bedffb65156f3.tar.zst gsoc2013-evolution-243a37a86f2577974db1fd01080bedffb65156f3.zip |
Define ruledir here, too, like in addressbook/gui/widgets/Makefile.am, as
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)
svn path=/trunk/; revision=32748
-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 |