summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz-von@nokia.com>2010-06-21 11:44:29 +0300
committerLuiz Augusto von Dentz <luiz.dentz-von@nokia.com>2010-06-21 12:07:38 +0300
commit1c885ae44a155b1b76380a8d843e44d1d578e326 (patch)
treec32ce25a5db6c130ddbf5ae2a75bc7f226f1c3ac /Makefile.am
parent927d9abd5afa244975695dffca7875dba378c712 (diff)
downloadobexd-1c885ae44a155b1b76380a8d843e44d1d578e326.tar.gz
Make use of BtIO on obex-client
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index da0695e..73e2f28 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -109,7 +109,8 @@ client_obex_client_SOURCES = $(gdbus_sources) $(gwobex_sources) client/main.c \
src/log.h src/log.c \
client/pbap.h client/pbap.c \
client/sync.h client/sync.c \
- client/transfer.h client/transfer.c
+ client/transfer.h client/transfer.c \
+ src/btio.c src/btio.h
client_obex_client_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ @OPENOBEX_LIBS@ @BLUEZ_LIBS@
endif