summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuiz Augusto Von Dentz <luiz.dentz-von@nokia.com>2010-04-20 15:33:59 +0300
committerLuiz Augusto Von Dentz <luiz.dentz-von@nokia.com>2010-04-20 15:33:59 +0300
commit3b99dcfa73ba9ec656a1270b8ae1638734cafc8c (patch)
treedd5d4e7efdbf3516897ce0be70a76185d388b061 /Makefile.am
parentef4fc46f7b932a8c404819349562d91f8ae29bce (diff)
downloadobexd-3b99dcfa73ba9ec656a1270b8ae1638734cafc8c.tar.gz
Move transfer implementation to its own file
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 4a0217d..5cbffb4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -92,7 +92,8 @@ client_obex_client_SOURCES = $(gdbus_sources) $(gwobex_sources) client/main.c \
client/session.h client/session.c \
src/logging.h src/logging.c \
client/pbap.h client/pbap.c \
- client/sync.h client/sync.c
+ client/sync.h client/sync.c \
+ client/transfer.h client/transfer.c
client_obex_client_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ @OPENOBEX_LIBS@ @BLUEZ_LIBS@
endif