Added missing DBUS libs
This commit is contained in:
parent
c4bd93198a
commit
c9859c3334
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2006-07-05 Sergey Udaltsov <svu@gnome.org>
|
||||||
|
|
||||||
|
* Makefile.am, added DBUS_LIBS, closing #346442
|
||||||
|
|
||||||
2006-06-23 Sergey Udaltsov <svu@gnome.org>
|
2006-06-23 Sergey Udaltsov <svu@gnome.org>
|
||||||
|
|
||||||
* Makefile.am, activate-settings-daemon.c: g-s-d activation is based
|
* Makefile.am, activate-settings-daemon.c: g-s-d activation is based
|
||||||
|
|
|
@ -31,6 +31,7 @@ libcommon_la_SOURCES = \
|
||||||
libcommon_la_LIBADD = $(top_builddir)/libbackground/libbackground.la \
|
libcommon_la_LIBADD = $(top_builddir)/libbackground/libbackground.la \
|
||||||
$(top_builddir)/libwindow-settings/libgnome-window-settings.la \
|
$(top_builddir)/libwindow-settings/libgnome-window-settings.la \
|
||||||
@METACITY_LIBS@ \
|
@METACITY_LIBS@ \
|
||||||
|
@DBUS_LIBS@ \
|
||||||
@GNOME_DESKTOP_LIBS@
|
@GNOME_DESKTOP_LIBS@
|
||||||
|
|
||||||
gnome_theme_test_SOURCES = \
|
gnome_theme_test_SOURCES = \
|
||||||
|
|
Loading…
Add table
Reference in a new issue