mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
build: Fix issues with building dist packages
This commit is contained in:
parent
aa429879c5
commit
294ebd5486
@ -426,7 +426,8 @@ unit_test_hog_LDADD = src/libshared-glib.la \
|
||||
|
||||
unit_tests += unit/test-gattrib
|
||||
|
||||
unit_test_gattrib_SOURCES = unit/test-gattrib.c attrib/gattrib.c $(btio_sources) src/log.h src/log.c
|
||||
unit_test_gattrib_SOURCES = unit/test-gattrib.c attrib/gattrib.c \
|
||||
$(btio_sources) src/log.h src/log.c
|
||||
unit_test_gattrib_LDADD = lib/libbluetooth-internal.la \
|
||||
src/libshared-glib.la \
|
||||
@GLIB_LIBS@ @DBUS_LIBS@ -ldl -lrt
|
||||
@ -474,7 +475,6 @@ EXTRA_DIST += $(manual_pages:.1=.txt)
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles --enable-library \
|
||||
--enable-health \
|
||||
--enable-mesh \
|
||||
--enable-midi \
|
||||
--enable-manpages \
|
||||
--enable-android \
|
||||
|
@ -69,8 +69,7 @@ endif
|
||||
if LOGGER
|
||||
libexec_PROGRAMS += tools/btmon-logger
|
||||
|
||||
tools_btmon_logger_SOURCES = tools/btmon-logger.c src/systemd.c src/systemd.h \
|
||||
lib/monitor.h
|
||||
tools_btmon_logger_SOURCES = tools/btmon-logger.c src/systemd.c src/systemd.h
|
||||
tools_btmon_logger_LDADD = src/libshared-mainloop.la
|
||||
tools_btmon_logger_DEPENDENCIES = src/libshared-mainloop.la \
|
||||
tools/bluetooth-logger.service
|
||||
|
Loading…
Reference in New Issue
Block a user