mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 06:39:53 +00:00
add ble/ to include search path
This commit is contained in:
parent
9986306c04
commit
108ff69ffd
@ -2,7 +2,7 @@ prefix = @prefix@
|
||||
|
||||
CC = @CC@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
CPPFLAGS = @CPPFLAGS@ -I.. -I../include
|
||||
CPPFLAGS = @CPPFLAGS@ -I../include -I../ble -I../src -I..
|
||||
BTSTACK_LIB_LDFLAGS = @BTSTACK_LIB_LDFLAGS@
|
||||
BTSTACK_LIB_EXTENSION = @BTSTACK_LIB_EXTENSION@
|
||||
|
||||
|
@ -9,7 +9,7 @@ ARCHS = armv6 arm64
|
||||
LIBRARY_NAME = libBTstack
|
||||
libBTstack_FILES = btstack.c hci_cmds.c linked_list.c
|
||||
libBTstack_FILES += run_loop.c run_loop_cocoa.m run_loop_posix.c sdp_util.c socket_connection.c utils.c
|
||||
libBTstack_CFLAGS = -I../include -I..
|
||||
libBTstack_CFLAGS = -I../include -I../ble -I../src -I..
|
||||
|
||||
TOOL_NAME = BTdaemon
|
||||
BTdaemon_FILES = $(libBTstack_FILES) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user