author | Michael Krelin <hacker@klever.net> | 2007-07-15 18:42:06 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-15 18:42:06 (UTC) |
commit | 655a28b22bfb5cb2b8080eaf8f3c3d0ef769882e (patch) (unidiff) | |
tree | 833271e2817983b585d2e062de51e45adc571d00 /core | |
parent | 9dacb2c97939fad573446c0858f6b536b3d7bf15 (diff) | |
download | opie-655a28b22bfb5cb2b8080eaf8f3c3d0ef769882e.zip opie-655a28b22bfb5cb2b8080eaf8f3c3d0ef769882e.tar.gz opie-655a28b22bfb5cb2b8080eaf8f3c3d0ef769882e.tar.bz2 |
link against openobex regardless of bluetooth being enabled
-rw-r--r-- | core/obex/obex.pro | 4 |
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 | |||
7 | INTERFACES = obexsendbase.ui | 7 | INTERFACES = obexsendbase.ui |
8 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher | 8 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher |
9 | DEPENDPATH += | 9 | DEPENDPATH += |
10 | LIBS += -lqpe -lopiecore2 | 10 | LIBS += -lqpe -lopiecore2 -lopenobex |
11 | VERSION = 0.0.4 | 11 | VERSION = 0.0.4 |
12 | 12 | ||
13 | include( $(OPIEDIR)/include.pro ) | 13 | include( $(OPIEDIR)/include.pro ) |
@@ -19,6 +19,6 @@ contains( CONFTEST, y ){ | |||
19 | HEADERS += btobex.h | 19 | HEADERS += btobex.h |
20 | SOURCES += btobex.cpp | 20 | SOURCES += btobex.cpp |
21 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib | 21 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib |
22 | LIBS += -lopietooth1 -lbluetooth -lopenobex | 22 | LIBS += -lopietooth1 -lbluetooth |
23 | DEFINES += BLUETOOTH | 23 | DEFINES += BLUETOOTH |
24 | } | 24 | } |