From 9252aec7f5a69e331aaa04fdcaafc9976e610684 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 9 Jan 2013 20:32:40 -0800 Subject: [PATCH] build: Enable Bluetooth library for distribution builds --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 40a96a69c..7dce8fb43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -280,8 +280,8 @@ if LIBRARY pkgconfig_DATA = lib/bluez.pc endif -DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles --disable-systemd \ - --disable-udev --disable-usb +DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles --enable-library \ + --disable-systemd --disable-udev --disable-usb DISTCLEANFILES = $(pkgconfig_DATA) -- 2.47.3