btstack/example/Makefile.am
2009-07-23 21:55:36 +00:00

11 lines
412 B
Makefile

bin_PROGRAMS = test
test_SOURCES = test.c \
../src/btstack.c \
../src/l2cap_signaling.c \
../src/hci_cmds.c \
../src/hci_dump.c \
../src/linked_list.c \
../src/run_loop.c \
../src/socket_connection.c \
../src/utils.c