Skip to content

Commit

Permalink
update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
volkan-aslan committed Oct 21, 2024
1 parent 658b329 commit 0c7ef67
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
From c9d256ad5df3d1781f7b8b8323f3ce676cd55e3c Mon Sep 17 00:00:00 2001
From 25e5a9f9109e39432975a683329fb93468e3504b Mon Sep 17 00:00:00 2001
From: bram oosterhuis <[email protected]>
Date: Mon, 6 Jul 2020 13:00:21 +0000
Subject: [PATCH] Install also lib/mgmt.h
Upstream-Status: Inappropriate [Thunder adaptation]

Upstream-Status: Inappropriate [Thunder adaptation]
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 0a8c38c..be02f39 100644
index dab17dd..5abe504 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,7 +66,7 @@ plugin_LTLIBRARIES =
@@ -67,7 +67,7 @@ plugin_LTLIBRARIES =
lib_sources = lib/bluetooth.c lib/hci.c lib/sdp.c
lib_headers = lib/bluetooth.h lib/hci.h lib/hci_lib.h \
lib/sco.h lib/l2cap.h lib/sdp.h lib/sdp_lib.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/mgmt.h

extra_headers = lib/mgmt.h lib/uuid.h lib/a2mp.h lib/amp.h
extra_headers = lib/mgmt.h lib/uuid.h lib/a2mp.h lib/amp.h lib/iso.h
extra_sources = lib/uuid.c

0 comments on commit 0c7ef67

Please sign in to comment.