From c9859c3334599a148e9258328609516c507dc1cb Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Wed, 5 Jul 2006 20:53:42 +0000 Subject: [PATCH] Added missing DBUS libs --- capplets/common/ChangeLog | 4 ++++ capplets/common/Makefile.am | 1 + 2 files changed, 5 insertions(+) diff --git a/capplets/common/ChangeLog b/capplets/common/ChangeLog index a92456307..ab3ea6089 100644 --- a/capplets/common/ChangeLog +++ b/capplets/common/ChangeLog @@ -1,3 +1,7 @@ +2006-07-05 Sergey Udaltsov + + * Makefile.am, added DBUS_LIBS, closing #346442 + 2006-06-23 Sergey Udaltsov * Makefile.am, activate-settings-daemon.c: g-s-d activation is based diff --git a/capplets/common/Makefile.am b/capplets/common/Makefile.am index 6f2024d56..c636729d0 100644 --- a/capplets/common/Makefile.am +++ b/capplets/common/Makefile.am @@ -31,6 +31,7 @@ libcommon_la_SOURCES = \ libcommon_la_LIBADD = $(top_builddir)/libbackground/libbackground.la \ $(top_builddir)/libwindow-settings/libgnome-window-settings.la \ @METACITY_LIBS@ \ + @DBUS_LIBS@ \ @GNOME_DESKTOP_LIBS@ gnome_theme_test_SOURCES = \