From 4c7dd072779f6ac3e4a9e421e012ad5738634ba3 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 30 Nov 2012 12:42:31 +0200 Subject: [PATCH] build: Add missing lib/amp.h to Makefile.am --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 18522f080..e55113a60 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,8 @@ 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/a2mp.h + lib/rfcomm.h lib/bnep.h lib/cmtp.h lib/hidp.h lib/a2mp.h \ + lib/amp.h local_headers = $(foreach file,$(lib_headers), lib/bluetooth/$(notdir $(file))) BUILT_SOURCES = $(local_headers) src/builtin.h -- 2.47.3