Diff between 37e9af7e60913c3c34e2cef023d3b18c337dd841 and f2c695dd1dc102148ee31abf69e338b2c01b675e

Changed Files

File Additions Deletions Status
Makefile.obexd +13 -0 modified

Full Patch

diff --git a/Makefile.obexd b/Makefile.obexd
index cbcd65d..580f1ba 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) \