mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 05:04:18 +08:00
deviceinfo: move to profiles folder
This commit is contained in:
parent
bdde7de847
commit
6e26cb11e2
11
Makefile.am
11
Makefile.am
@ -221,8 +221,7 @@ builtin_sources += health/hdp_main.c health/hdp_types.h \
|
||||
endif
|
||||
|
||||
if GATTMODULES
|
||||
builtin_modules += thermometer alert time gatt_example proximity \
|
||||
deviceinfo
|
||||
builtin_modules += thermometer alert time gatt_example proximity deviceinfo
|
||||
builtin_sources += thermometer/main.c \
|
||||
thermometer/manager.h thermometer/manager.c \
|
||||
thermometer/thermometer.h thermometer/thermometer.c \
|
||||
@ -236,9 +235,11 @@ builtin_sources += thermometer/main.c \
|
||||
proximity/reporter.h proximity/reporter.c \
|
||||
proximity/linkloss.h proximity/linkloss.c \
|
||||
proximity/immalert.h proximity/immalert.c \
|
||||
deviceinfo/main.c \
|
||||
deviceinfo/manager.h deviceinfo/manager.c \
|
||||
deviceinfo/deviceinfo.h deviceinfo/deviceinfo.c
|
||||
profiles/deviceinfo/main.c \
|
||||
profiles/deviceinfo/manager.h \
|
||||
profiles/deviceinfo/manager.c \
|
||||
profiles/deviceinfo/deviceinfo.h \
|
||||
profiles/deviceinfo/deviceinfo.c
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user