diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-07-04 00:40:01 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-07-04 00:40:01 +0800 |
commit | 3f3936e0f9fb2acc990f0b0279740d740d945a24 (patch) | |
tree | f9bb401c315654b44ff93c3ddd50095510a9d730 /shell | |
parent | 59b07be2c70cb82fab72249e982d9a15063b34b2 (diff) | |
download | gsoc2013-evolution-3f3936e0f9fb2acc990f0b0279740d740d945a24.tar gsoc2013-evolution-3f3936e0f9fb2acc990f0b0279740d740d945a24.tar.gz gsoc2013-evolution-3f3936e0f9fb2acc990f0b0279740d740d945a24.tar.bz2 gsoc2013-evolution-3f3936e0f9fb2acc990f0b0279740d740d945a24.tar.lz gsoc2013-evolution-3f3936e0f9fb2acc990f0b0279740d740d945a24.tar.xz gsoc2013-evolution-3f3936e0f9fb2acc990f0b0279740d740d945a24.tar.zst gsoc2013-evolution-3f3936e0f9fb2acc990f0b0279740d740d945a24.zip |
More BonoboConf work
svn path=/trunk/; revision=10752
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) |