summaryrefslogtreecommitdiff
path: root/Makefile.obexd
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-10 14:39:49 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-10 14:39:49 +0100
commitf2c695dd1dc102148ee31abf69e338b2c01b675e (patch)
treea47720960de81dd272d586624749b4dcfdba7f43 /Makefile.obexd
parent37e9af7e60913c3c34e2cef023d3b18c337dd841 (diff)
downloadbluez-f2c695dd1dc102148ee31abf69e338b2c01b675e.tar.gz
obexd: Build support for FTP and OBEX Push profiles
Diffstat (limited to 'Makefile.obexd')
-rw-r--r--Makefile.obexd13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.obexd b/Makefile.obexd
index cbcd65db8..580f1ba40 100644
--- a/Makefile.obexd
+++ b/Makefile.obexd
@@ -5,6 +5,19 @@ obexd_builtin_modules =
obexd_builtin_sources =
obexd_builtin_nodist =
+obexd_builtin_modules += filesystem
+obexd_builtin_sources += obexd/plugins/filesystem.c obexd/plugins/filesystem.h
+
+obexd_builtin_modules += bluetooth
+obexd_builtin_sources += obexd/plugins/bluetooth.c
+
+obexd_builtin_modules += opp
+obexd_builtin_sources += obexd/plugins/opp.c
+
+obexd_builtin_modules += ftp
+obexd_builtin_sources += obexd/plugins/ftp.c obexd/plugins/ftp.h
+
+
libexec_PROGRAMS += obexd/src/obexd
obexd_src_obexd_SOURCES = $(gdbus_sources) $(btio_sources) $(gobex_sources) \