diff --git a/example/Makefile.am b/example/Makefile.am new file mode 100644 index 000000000..49f0c77a3 --- /dev/null +++ b/example/Makefile.am @@ -0,0 +1,5 @@ +bin_PROGRAMS = test +test_SOURCES = test.c ../src/btstack.c ../src/hci.c \ + ../src/l2cap.c ../src/linked_list.c ../src/run_loop.c \ + ../src/hci_dump.c ../src/socket_connection.c +