Commit Graph

25 Commits

Author SHA1 Message Date
Luiz Augusto von Dentz
e8ae7a4f2d build: Fix make distcheck 2018-03-22 11:16:26 +02:00
Luiz Augusto von Dentz
bff0c2ae9f build: Fix not disabling obexd when given --disable-obex
--disable-obex shall disable building obexd daemon.
2018-03-22 10:35:17 +02:00
ERAMOTO Masaya
53f064d5c4 obexd: Remove unused source/header files for dbus
Due to using g_dbus_emit_property_changed() and g_dbus_get_properties(),
obex_dbus_signal_property_changed() is unused since commit 96063756
("obex-client: Rename org.bluez.obex.Transfer to Transfer1"), and
OBC_PROPERTIES_ARRAY_SIGNATURE macro is unused since commit 3eadc034
("obex-client: Make use of g_dbus_get_properties to get transfer properties").
2018-03-01 10:49:05 +02:00
Marcel Holtmann
a833587b52 build: Remove unneeded includes from obexd binaries 2015-03-01 00:48:41 -08:00
Szymon Janc
ab185a47d0 build-sys: Add missing $(AM_CFLAGS) to obexd_src_obexd_CFLAGS
This fix not passing extra build flags when --enable-maintainer-mode
is used.
2013-10-04 14:16:35 +03:00
Lucas De Marchi
c97860db27 build-sys: Don't build gdbus several times
We are currently compiling gdbus 3 times: one for tests, one for
bluetoothd and another for obexd.

$ ls gdbus/*watch.o
gdbus/bluetoothd-watch.o  gdbus/obexd-watch.o  gdbus/watch.o

Instead of prepending $(gdbus_sources) to several _SOURCES variable, use
a convenience library.
2013-07-18 07:31:50 -07:00
Lucas De Marchi
0585eb43c6 build-sys: Rename lib suffix to -internal
libbluetooth-private -> libbluetooth-internal
2013-07-18 07:31:50 -07:00
Christian Fetzer
24e5a587e4 build: Add support for building MAP notification dispatcher 2013-06-25 16:12:47 +03:00
Christian Fetzer
ae130d6e67 build: Add support for building MNS server 2013-04-10 14:51:09 +03:00
Marcel Holtmann
d452870662 build: Add systemd integration for obexd 2012-12-18 22:00:01 +01:00
Marcel Holtmann
403eeaa615 build: Use single section for all obexd sources 2012-12-18 21:18:19 +01:00
Johan Hedberg
91c50f7fa1 obexd: Merge obex-client into obexd daemon 2012-12-18 17:54:43 +02:00
Luiz Augusto von Dentz
0fea59d098 build: Remove obexd usb plugin
This plugin is not longer maintained and used to work only in meego
times.
2012-12-13 14:23:59 +02:00
Marcel Holtmann
679622277b build: Require phonebook support for IrMC profile 2012-12-11 17:21:01 +01:00
Marcel Holtmann
bde025b912 build: Add support for building Message Access profile 2012-12-10 22:06:22 +01:00
Marcel Holtmann
7004597f9f build: Add support for building Phonebook Access profile 2012-12-10 22:01:03 +01:00
Marcel Holtmann
c52d585169 build: Support OBEX USB and PC-Suite plugins 2012-12-10 22:01:03 +01:00
Marcel Holtmann
f2c695dd1d obexd: Build support for FTP and OBEX Push profiles 2012-12-10 14:39:49 +01:00
Johan Hedberg
b8779d2202 Revert "Ensure config.h is included by using CPPFLAGS"
This reverts commit 8a03376544.

The patch needs to be split up and the gdbus/ changes were bogus
compared to the original commit message.

Conflicts:
	Makefile.am
	Makefile.obexd
	profiles/cyclingspeed/cyclingspeed.c
	profiles/heartrate/heartrate.c
	src/error.c
2012-12-07 12:46:04 +02:00
Lucas De Marchi
0375042892 Use entire include path for gobex.h 2012-12-05 17:23:04 +02:00
Lucas De Marchi
49b5612042 Use the entire include path for btio.h 2012-12-05 17:23:04 +02:00
Lucas De Marchi
aa77b0bea9 Use the entire include path for gdbus.h 2012-12-05 17:23:03 +02:00
Lucas De Marchi
8a03376544 Ensure config.h is included by using CPPFLAGS
Instead of trying to include config.h in each file over the tree and
possibly forgetting to include it, give a "-include config.h" argument
to the compiler so it's guaranteed that a) it will be included for all
source files and b) it will be the first header included.

gdbus/ directory is left out, since it would break other projects using
it.
2012-12-05 17:18:07 +02:00
Chan-yeol Park
0048000276 build: Include bluetooth lib folder for obexd
Because obexd is included in bluez repo, obexd should refer to local
lib folder before system's one.
2012-12-05 10:40:41 +02:00
Marcel Holtmann
41aa85d123 build: Compile obexd and obex-client 2012-12-04 23:38:48 +01:00