diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/importer/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 8ea78b2d3d..0163614a4c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-07-03 Iain Holmes <iain@ximian.com> + + * importer/Makefile.am: Add bonobo-conf stuff + 2001-07-03 Ettore Perazzoli <ettore@ximian.com> [The following makes the shell able to create the `shortcuts.xml' diff --git a/shell/importer/Makefile.am b/shell/importer/Makefile.am index ea668fa3f5..f4a4b532a7 100644 --- a/shell/importer/Makefile.am +++ b/shell/importer/Makefile.am @@ -46,6 +46,7 @@ libevolution_importerinclude_HEADERS = \ libevolution_importer_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ + $(BONOBO_CONF_LIBS) \ $(EXTRA_GNOME_LIBS) \ $(GTKHTML_LIBS) |