--- kdebluetooth/kdebluetooth/kcm_btpaired/Makefile.am.orig 2007-09-17 22:52:30 +0600 +++ kdebluetooth/kdebluetooth/kcm_btpaired/Makefile.am 2007-09-28 23:43:41 +0600 @@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = kcm_btpaired.la kcm_btpaired_la_SOURCES = pairedtabbase.ui pairedtab.cpp kcm_btpaired.cpp \ exportdialog.ui -kcm_btpaired_la_LIBADD = $(LIB_KIO) ../libkbluetooth/libkbluetooth.la $(LIB_KIO) $(LIB_KDEUI) $(SDP_LIBS) $(DBUS_LIBS) -ldbus-qt-1 +kcm_btpaired_la_LIBADD = ../libkbluetooth/libkbluetooth.la $(LIB_QT) $(LIB_KIO) $(LIB_KDECORE) $(LIB_KDEUI) $(SDP_LIBS) $(DBUS_LIBS) -ldbus-qt-1 kcm_btpaired_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) #kbluetoothdcm_DATA = kcm_btpaired.desktop --- kdebluetooth/kdebluetooth/kioslave/bluetooth/Makefile.am.orig 2007-09-17 22:52:29 +0600 +++ kdebluetooth/kdebluetooth/kioslave/bluetooth/Makefile.am 2007-09-28 23:43:41 +0600 @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = kio_bluetooth.l kio_bluetooth_la_METASOURCES = AUTO kio_bluetooth_la_SOURCES = kiobluetooth.cpp -kio_bluetooth_la_LIBADD = ../../libkbluetooth/libkbluetooth.la -lkio +kio_bluetooth_la_LIBADD = ../../libkbluetooth/libkbluetooth.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KIO) -lDCOP kio_bluetooth_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) protocol_DATA = bluetooth.protocol --- kdebluetooth/kdebluetooth/kioslave/obex/kio_obex/Makefile.am.orig 2007-09-17 22:52:29 +0600 +++ kdebluetooth/kdebluetooth/kioslave/obex/kio_obex/Makefile.am 2007-09-28 23:44:12 +0600 @@ -23,7 +23,7 @@ INCLUDES = -I$(top_srcdir)/kdebluetooth kde_module_LTLIBRARIES = kio_obex.la kio_obex_la_SOURCES = obex.cpp -kio_obex_la_LIBADD = ../../../libkbluetooth/libkbluetooth.la $(LIB_KIO) $(LIB_KDEUI) $(LIB_KDECORE) ../../../libqobex/qobex/libqobex.la $(LIB_QT) +kio_obex_la_LIBADD = ../../../libkbluetooth/libkbluetooth.la $(LIB_KIO) $(LIB_KDEUI) $(LIB_KDECORE) ../../../libqobex/qobex/libqobex.la $(LIB_QT) -lDCOP kio_obex_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_PLUGIN) $(all_libraries) EXTRA_DIST = obex.protocol --- kdebluetooth/kdebluetooth/kioslave/sdp/Makefile.am.orig 2007-09-17 22:52:29 +0600 +++ kdebluetooth/kdebluetooth/kioslave/sdp/Makefile.am 2007-09-28 23:43:41 +0600 @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = kio_sdp.la kio_sdp_la_METASOURCES = AUTO kio_sdp_la_SOURCES = btsdp.cpp -kio_sdp_la_LIBADD = ../../libkbluetooth/libkbluetooth.la $(DBUS_LIBS) -lkio +kio_sdp_la_LIBADD = ../../libkbluetooth/libkbluetooth.la $(DBUS_LIBS) $(LIB_QT) $(LIB_KIO) $(LIB_KDECORE) kio_sdp_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) protocol_DATA = btsdp.protocol --- kdebluetooth/kdebluetooth/libqobex/qobex/Makefile.am.orig 2007-09-17 22:52:31 +0600 +++ kdebluetooth/kdebluetooth/libqobex/qobex/Makefile.am 2007-09-28 23:48:56 +0600 @@ -55,7 +55,7 @@ libqobex_la_SOURCES = \ qobexirdatransport.cpp \ qobexbttransport.cpp -libqobex_la_LIBADD = $(BTTRANSPORT_OBJ) $(IRDATRANSPORT_OBJ) $(KDE_RPATH) $(OPENOBEX_LIBS) -lkio $(LIB_KDEUI) +libqobex_la_LIBADD = $(BTTRANSPORT_OBJ) $(IRDATRANSPORT_OBJ) $(KDE_RPATH) $(OPENOBEX_LIBS) $(LIB_KDECORE) $(LIB_KIO) $(LIB_KDEUI) libqobex_la_LDFLAGS = -version-info $(QOBEX_VERSION) $(QT_LDFLAGS) $(LIB_QT) \ $(BLUETOOTH_LIBS) $(LIB_LOCKDEV) $(all_libraries) $(all_libraries)