diff -durN rhythmbox-0.11.6.orig/corelib/Makefile.am rhythmbox-0.11.6/corelib/Makefile.am --- rhythmbox-0.11.6.orig/corelib/Makefile.am 2008-12-02 18:46:11 +0300 +++ rhythmbox-0.11.6/corelib/Makefile.am 2008-12-22 04:44:41 +0300 @@ -11,7 +11,9 @@ $(top_builddir)/widgets/librbwidgets.la \ $(top_builddir)/rhythmdb/librhythmdb.la \ $(top_builddir)/backends/librbbackends.la \ - $(top_builddir)/lib/librb.la + $(top_builddir)/lib/librb.la \ + $(NOTIFY_LIBS) + librhythmbox_core_la_LDFLAGS = -export-dynamic diff -durN rhythmbox-0.11.6.orig/plugins/daap/Makefile.am rhythmbox-0.11.6/plugins/daap/Makefile.am --- rhythmbox-0.11.6.orig/plugins/daap/Makefile.am 2008-12-03 01:40:28 +0300 +++ rhythmbox-0.11.6/plugins/daap/Makefile.am 2008-12-22 04:44:41 +0300 @@ -32,7 +32,8 @@ libdaap_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) libdaap_la_LIBADD = \ - $(MDNS_LIBS) + $(MDNS_LIBS) \ + $(GSTREAMER_0_10_LIBS) INCLUDES = \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \