summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-01-20 11:49:58 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-01-20 16:55:25 +0200
commit97102bfc3e6a4f798934ee9956809da93bc3d56e (patch)
treef24fd810a4392065df2dfae1782838b05ce450a8 /Makefile.am
parent6ad6dc1e11cbf31639a9f1535269176e6fb45216 (diff)
downloadobexd-97102bfc3e6a4f798934ee9956809da93bc3d56e.tar.gz
client: add support for transport drivers
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f65a3dc..32ccc89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -124,6 +124,7 @@ client_obex_client_SOURCES = $(gdbus_sources) $(gobex_sources) \
client/map.h client/map.c \
client/transfer.h client/transfer.c \
client/agent.h client/agent.c \
+ client/transport.h client/transport.c \
client/driver.h client/driver.c \
src/map_ap.h src/map_ap.c