summaryrefslogtreecommitdiff
path: root/noncore/net
authorkorovkin <korovkin>2006-03-25 15:31:46 (UTC)
committer korovkin <korovkin>2006-03-25 15:31:46 (UTC)
commitda3c4a6231882bc56266162415a8d1a2a1bf0293 (patch) (unidiff)
treecc19d04746b457f40928cfe6ca4f2b7822445c1d /noncore/net
parent9c4801d74d40e57ed8aeaf1dbb3708597623c277 (diff)
downloadopie-da3c4a6231882bc56266162415a8d1a2a1bf0293.zip
opie-da3c4a6231882bc56266162415a8d1a2a1bf0293.tar.gz
opie-da3c4a6231882bc56266162415a8d1a2a1bf0293.tar.bz2
Added LIBOBEXFTP_INC_DIR LIBOBEXFTP_LIB_DIR dependencies for OBEX FTP used
by OPIE bluetooth manager.
Diffstat (limited to 'noncore/net') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/manager.pro14
1 files changed, 7 insertions, 7 deletions
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro
index bd99d08..5e7d395 100644
--- a/noncore/net/opietooth/manager/manager.pro
+++ b/noncore/net/opietooth/manager/manager.pro
@@ -30,12 +30,12 @@ TARGET = bluetooth-manager
30 30
31include( $(OPIEDIR)/include.pro ) 31include( $(OPIEDIR)/include.pro )
32 32
33!isEmpty( LIBBLUEZ_INC_DIR ) { 33!isEmpty( LIBOBEXFTP_INC_DIR ) {
34 INCLUDEPATH += $$LIBBLUEZ_INC_DIR/obexftp 34 INCLUDEPATH += $$LIBOBEXFTP_INC_DIR
35} 35}
36 36
37!isEmpty( LIBBLUEZ_LIB_DIR ) { 37!isEmpty( LIBOBEXFTP_LIB_DIR ) {
38 LIBS += $$LIBBLUEZ_LIB_DIR/libobexftp.a 38 LIBS += $$LIBOBEXFTP_LIB_DIR/libobexftp.a
39 LIBS += $$LIBBLUEZ_LIB_DIR/libmulticobex.a 39 LIBS += $$LIBOBEXFTP_LIB_DIR/libmulticobex.a
40 LIBS += $$LIBBLUEZ_LIB_DIR/libbfb.a 40 LIBS += $$LIBOBEXFTP_LIB_DIR/libbfb.a
41} \ No newline at end of file 41}