From e08162a611588298add6eee65c4ef17763dc0bb7 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 5 Mar 2012 16:36:22 -0800 Subject: [PATCH] lib: Add a2mp.h to lib_headers --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b419d8468..d1dc4947b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,7 +59,7 @@ plugin_LTLIBRARIES = lib_headers = lib/bluetooth.h lib/hci.h lib/hci_lib.h lib/mgmt.h \ lib/sco.h lib/l2cap.h lib/sdp.h lib/sdp_lib.h lib/uuid.h \ - lib/rfcomm.h lib/bnep.h lib/cmtp.h lib/hidp.h + lib/rfcomm.h lib/bnep.h lib/cmtp.h lib/hidp.h lib/a2mp.h local_headers = $(foreach file,$(lib_headers), lib/bluetooth/$(notdir $(file))) BUILT_SOURCES = $(local_headers) src/builtin.h -- 2.47.3