summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2007-07-15 18:42:06 (UTC)
committer Michael Krelin <hacker@klever.net>2007-07-15 18:42:06 (UTC)
commit655a28b22bfb5cb2b8080eaf8f3c3d0ef769882e (patch) (side-by-side diff)
tree833271e2817983b585d2e062de51e45adc571d00
parent9dacb2c97939fad573446c0858f6b536b3d7bf15 (diff)
downloadopie-655a28b22bfb5cb2b8080eaf8f3c3d0ef769882e.zip
opie-655a28b22bfb5cb2b8080eaf8f3c3d0ef769882e.tar.gz
opie-655a28b22bfb5cb2b8080eaf8f3c3d0ef769882e.tar.bz2
link against openobex regardless of bluetooth being enabled
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/obex.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/obex/obex.pro b/core/obex/obex.pro
index 05118ab..2372d12 100644
--- a/core/obex/obex.pro
+++ b/core/obex/obex.pro
@@ -7,7 +7,7 @@ DESTDIR = $(OPIEDIR)/plugins/obex
INTERFACES = obexsendbase.ui
INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher
DEPENDPATH +=
-LIBS += -lqpe -lopiecore2
+LIBS += -lqpe -lopiecore2 -lopenobex
VERSION = 0.0.4
include( $(OPIEDIR)/include.pro )
@@ -19,6 +19,6 @@ contains( CONFTEST, y ){
HEADERS += btobex.h
SOURCES += btobex.cpp
INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib
-LIBS += -lopietooth1 -lbluetooth -lopenobex
+LIBS += -lopietooth1 -lbluetooth
DEFINES += BLUETOOTH
}