summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/lib.pro
authorkorovkin <korovkin>2006-04-14 19:22:37 (UTC)
committer korovkin <korovkin>2006-04-14 19:22:37 (UTC)
commita1bcbe41d45924713c4ead9b25ac5518473c9ca9 (patch) (side-by-side diff)
tree3683eb401dd2d7cde4a7af15e72ecf7463b7208e /noncore/net/opietooth/lib/lib.pro
parentbca53498f37ade8101611fecde82202e9ee1a55c (diff)
downloadopie-a1bcbe41d45924713c4ead9b25ac5518473c9ca9.zip
opie-a1bcbe41d45924713c4ead9b25ac5518473c9ca9.tar.gz
opie-a1bcbe41d45924713c4ead9b25ac5518473c9ca9.tar.bz2
Added RFCOMM <-> serial line forwarding functionality.
Diffstat (limited to 'noncore/net/opietooth/lib/lib.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/lib.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro
index 9d3c14d..781bf15 100644
--- a/noncore/net/opietooth/lib/lib.pro
+++ b/noncore/net/opietooth/lib/lib.pro
@@ -1,7 +1,9 @@
TEMPLATE = lib
CONFIG += qte warn_on
-HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h startpanconnection.h startdunconnection.h
-SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc startpanconnection.cpp startdunconnection.cpp
+HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h \
+ startpanconnection.h startdunconnection.h bt-serial.h forwarder.h
+SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc \
+ startpanconnection.cpp startdunconnection.cpp bt-serial.c forwarder.cc
TARGET = opietooth1
INCLUDEPATH += $(OPIEDIR)/include .
DESTDIR = $(OPIEDIR)/lib