Makefile.in (3edc84c5b6b1e23a3d103fe8ce1f6b5ad1df3498) Makefile.in (a8307d38d69822f16e8554d3aa17e234bb4c3dd1)
1BTSTACK_ROOT = ../../..
2
3prefix = @prefix@
4
5CC = @CC@
6LDFLAGS = @LDFLAGS@
7CFLAGS = @CFLAGS@ \
8 -I $(BTSTACK_ROOT)/platform/src/daemon \

--- 14 unchanged lines hidden (view full) ---

23remote_device_db_sources = @REMOTE_DEVICE_DB_SOURCES@
24run_loop_sources = @RUN_LOOP_SOURCES@
25usb_sources = @USB_SOURCES@
26
27libBTstack_SOURCES = \
28 btstack.c \
29 socket_connection.c \
30 hci_cmds.c \
1BTSTACK_ROOT = ../../..
2
3prefix = @prefix@
4
5CC = @CC@
6LDFLAGS = @LDFLAGS@
7CFLAGS = @CFLAGS@ \
8 -I $(BTSTACK_ROOT)/platform/src/daemon \

--- 14 unchanged lines hidden (view full) ---

23remote_device_db_sources = @REMOTE_DEVICE_DB_SOURCES@
24run_loop_sources = @RUN_LOOP_SOURCES@
25usb_sources = @USB_SOURCES@
26
27libBTstack_SOURCES = \
28 btstack.c \
29 socket_connection.c \
30 hci_cmds.c \
31 daemon_cmds.c \
31 linked_list.c \
32 run_loop.c \
33 sdp_util.c \
34 utils.c \
35 $(run_loop_sources) \
36
37BTdaemon_SOURCES = \
38 daemon.c \

--- 52 unchanged lines hidden ---
32 linked_list.c \
33 run_loop.c \
34 sdp_util.c \
35 utils.c \
36 $(run_loop_sources) \
37
38BTdaemon_SOURCES = \
39 daemon.c \

--- 52 unchanged lines hidden ---