From f2c695dd1dc102148ee31abf69e338b2c01b675e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 10 Dec 2012 14:39:49 +0100 Subject: obexd: Build support for FTP and OBEX Push profiles --- Makefile.obexd | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Makefile.obexd') 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) \ -- cgit v1.2.1