summaryrefslogtreecommitdiff
path: root/Makefile.obexd
Commit message (Collapse)AuthorAgeFilesLines
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-0/+1
| | | | | | | | | | | This replaces the uses of g_memdup with util_memdup since the former has been deprecated: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] g_memdup2 requires bumping glib version which would likely have its own problems thus why util_memdup was introduced.
* obexd: Add missing phonebook backendsLuiz Augusto von Dentz2021-10-261-0/+2
| | | | | | | This adds missing phonebook backends to EXTRA_DIST so they can be build from tarballs. Fixes: https://github.com/bluez/bluez/issues/222
* Makefile: Fix code styleLuiz Augusto von Dentz2021-10-261-1/+2
| | | | Fix lines going over 80 columns.
* configure.ac: add libebook dependencyDylan Van Assche2021-07-231-1/+1
| | | | Require libebook when phonebook-ebook plugin is built.
* configure.ac: specify phonebook plugin at build timeJuho Hamalainen2021-07-231-1/+1
| | | | | | Various phonebook plugins are available, by default phonebook-dummy is always built. Allow to specify which plugin to use at build time.
* build: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-0/+1
| | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- GPL-2.0-or-later : 6 License: GPL-2.0-or-later Makefile.am Makefile.mesh Makefile.obexd Makefile.plugins Makefile.tools configure.ac
* Makefile.obexd: add missing mkdir in builtin.h generationRoss Burton2019-10-091-0/+1
| | | | | | In parallel out-of-tree builds it's possible that obexd/src/builtin.h is generated before the target directory has been implicitly created. Solve this by creating the directory before writing into it.
* install: Fix installations to pkglibexecdirLudwig Nussel2019-06-041-1/+1
| | | | | | In 78bce4800 libexecdir was switched to pkglibexecdir. To use the matching installation script, use pkglibexec_Programs instead of libexec_Programs.
* build: make building with --coverage work againJan Engelhardt2018-11-291-3/+3
| | | | | | | | | | | | | | | When `./configure --enable-coverage` is given and lcov is present, MISC_CFLAGS and MISC_LDFLAGS will be set to --coverage. However, 1. obexd uses per-target LDFLAGS and, in doing so, forget to re-mention $(AM_LDFLAGS). This problem existed for a long time. 2. obexd uses per-target CFLAGS and, in doing so, forgot to re-mention $(AM_CFLAGS). This got broken in 06dbb223fbe50acc48b3ba1d33cb424275b4baaa. This led to no --coverage showing up in the linker line for obexd, causing a link failure indicating unresolved symbols like __gcov_exit.
* build: -D/-I arguments go into CPPFLAGSJan Engelhardt2018-11-261-3/+4
| | | | | | | | | -D and -I are preprocessor directives, they are therefore to appear in CPPFLAGS, not CFLAGS. (It is unfortunate that pkg-config does not make the distinction / or it was misnamed, because only -D/-I make sense to be emitted by pkg-config in the first place — anything else (-f/-m) has the potential to mess up someone's compilation. So pkg-config's Cflags is actually used to convery Cppflags.)
* build: change @foo@ to $(foo) in automake makefilesJan Engelhardt2018-11-261-5/+5
| | | | | | When using automake, all AC_SUBSTed variables are made available as make variables, so that they can also be set at make time. Therefore, they need not use the @harcoded@ style.
* build: Fix make distcheckLuiz Augusto von Dentz2018-03-221-4/+4
|
* build: Fix not disabling obexd when given --disable-obexLuiz Augusto von Dentz2018-03-221-2/+3
| | | | --disable-obex shall disable building obexd daemon.
* obexd: Remove unused source/header files for dbusERAMOTO Masaya2018-03-011-1/+0
| | | | | | | | 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").
* build: Remove unneeded includes from obexd binariesMarcel Holtmann2015-03-011-3/+1
|
* build-sys: Add missing $(AM_CFLAGS) to obexd_src_obexd_CFLAGSSzymon Janc2013-10-041-4/+4
| | | | | This fix not passing extra build flags when --enable-maintainer-mode is used.
* build-sys: Don't build gdbus several timesLucas De Marchi2013-07-181-2/+3
| | | | | | | | | | | 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.
* build-sys: Rename lib suffix to -internalLucas De Marchi2013-07-181-1/+1
| | | | libbluetooth-private -> libbluetooth-internal
* build: Add support for building MAP notification dispatcherChristian Fetzer2013-06-251-0/+1
|
* build: Add support for building MNS serverChristian Fetzer2013-04-101-0/+3
|
* build: Add systemd integration for obexdMarcel Holtmann2012-12-181-1/+11
|
* build: Use single section for all obexd sourcesMarcel Holtmann2012-12-181-16/+14
|
* obexd: Merge obex-client into obexd daemonJohan Hedberg2012-12-181-19/+1
|
* build: Remove obexd usb pluginLuiz Augusto von Dentz2012-12-131-5/+0
| | | | | This plugin is not longer maintained and used to work only in meego times.
* build: Require phonebook support for IrMC profileMarcel Holtmann2012-12-111-1/+1
|
* build: Add support for building Message Access profileMarcel Holtmann2012-12-101-0/+5
|
* build: Add support for building Phonebook Access profileMarcel Holtmann2012-12-101-2/+13
|
* build: Support OBEX USB and PC-Suite pluginsMarcel Holtmann2012-12-101-0/+10
|
* obexd: Build support for FTP and OBEX Push profilesMarcel Holtmann2012-12-101-0/+13
|
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-4/+6
| | | | | | | | | | | | | | This reverts commit 8a03376544b046a84301847d1594f6c3674983ff. 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
* Use entire include path for gobex.hLucas De Marchi2012-12-051-5/+2
|
* Use the entire include path for btio.hLucas De Marchi2012-12-051-2/+2
|
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-3/+2
|
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-2/+4
| | | | | | | | | | 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.
* build: Include bluetooth lib folder for obexdChan-yeol Park2012-12-051-3/+4
| | | | | Because obexd is included in bluez repo, obexd should refer to local lib folder before system's one.
* build: Compile obexd and obex-clientMarcel Holtmann2012-12-041-0/+82