CVS commit by sgotti: With bluez >= 2.7 the check made by libqobex doesn't work anymore. Now is used the same check made for the other kdebluetooth's programs. M +1 -1 Makefile.am 1.9 --- kdeextragear-3/kdebluetooth/libqobex/qobex/Makefile.am #1.8:1.9 @@ -59,5 +59,5 @@ libqobex_la_LDFLAGS = -version-info $(QOBEX_VERSION) $(QT_LDFLAGS) $(LIB_QT) \ - $(LIB_SDP) $(LIB_BLUETOOTH) $(LIB_LOCKDEV) + $(BLUETOOTH_LIBS) $(LIB_LOCKDEV) METASOURCES = AUTO