summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2018-05-29 15:32:09 +0200
committerMarcel Holtmann <marcel@holtmann.org>2018-05-29 15:32:09 +0200
commit294ebd54863f261a0249d8cc415f0d16aaace746 (patch)
tree7ee8284bf9dd77a34bc5a8917a2b8ae318bffebf
parentaa429879c5048e78647bfdf8dd0cbacaee10d358 (diff)
downloadbluez-294ebd54863f261a0249d8cc415f0d16aaace746.tar.gz
build: Fix issues with building dist packages
-rw-r--r--Makefile.am4
-rw-r--r--Makefile.tools3
2 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 27b6027d5..2c9490f5f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \
diff --git a/Makefile.tools b/Makefile.tools
index 59f307624..9106c1a35 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -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