From 8ece6196e209cb3e80a9d5c7bb540737efd70d7a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 9 Dec 2012 00:38:39 +0100 Subject: [PATCH] build: Compile bluetoothd without OUI helper function --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5f4250d65..ba76ee5dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -278,7 +278,7 @@ src_bluetoothd_SOURCES = $(gdbus_sources) $(builtin_sources) \ src/sdp-client.h src/sdp-client.c \ src/textfile.h src/textfile.c \ src/glib-helper.h src/glib-helper.c \ - src/oui.h src/oui.c src/uinput.h src/ppoll.h \ + src/uinput.h src/ppoll.h \ src/plugin.h src/plugin.c \ src/storage.h src/storage.c \ src/agent.h src/agent.c \ -- 2.47.3