btstack/example/Makefile.am

6 lines
241 B
Makefile
Raw Normal View History

2009-07-23 20:53:17 +00:00
bin_PROGRAMS = test
2009-07-23 21:43:37 +00:00
test_SOURCES = test.c ../src/btstack.c ../src/utils.c ../src/hci.c \
2009-07-23 20:53:17 +00:00
../src/l2cap.c ../src/linked_list.c ../src/run_loop.c \
../src/hci_dump.c ../src/hci_cmds.c ../src/socket_connection.c
2009-07-23 20:53:17 +00:00