From kde-commits Fri Jun 25 09:13:38 2004 From: Simone Gotti Date: Fri, 25 Jun 2004 09:13:38 +0000 To: kde-commits Subject: kdeextragear-3/kdebluetooth/libqobex/qobex Message-Id: <20040625091338.E36339449 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108815482731756 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