add ble/ to include search path

This commit is contained in:
mila@ringwald.ch 2014-05-06 21:20:28 +00:00
parent 9986306c04
commit 108ff69ffd
2 changed files with 2 additions and 2 deletions

View File

@ -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@

View File

@ -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) \