diff --git a/example/Makefile.iphone b/example/Makefile.iphone index 98701ab62..2bfd41a04 100644 --- a/example/Makefile.iphone +++ b/example/Makefile.iphone @@ -3,13 +3,13 @@ include $(THEOS)/makefiles/common.mk ADDITIONAL_CFLAGS = -I.. -I../include ADDITIONAL_LDFLAGS = -L../src/obj -lBTstack -TOOL_NAME = inquiry test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput +TOOL_NAME = inquiry l2cap-test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput inquiry_FILES = inquiry.c -test_FILES = test.c rfcomm-echo_FILES = rfcomm-echo.c rfcomm-cat_FILES = rfcomm-cat.c rfcomm-test_FILES = rfcomm-test.c +l2cap-test_FILES = test.c l2cap-server_FILES = l2cap-server.c l2cap-throughput_FILES = l2cap-throughput.c