From e33223c367b9206cc4bbc44b187ff0167cb5247f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ol=C3=A1h?= Date: Tue, 28 Oct 2014 18:39:49 +0100 Subject: [PATCH] link scan against tinfo --- experiments/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/Makefile b/experiments/Makefile index 6b399f8..7108d1d 100644 --- a/experiments/Makefile +++ b/experiments/Makefile @@ -1,5 +1,5 @@ all: - cc -g -o st scantest.c -lbluetooth -lcurses + cc -g -o st scantest.c -lbluetooth -lcurses -ltinfo cc -g -o at advertisetest.c -lbluetooth -lcurses cc -g -o ibeacon ibeacon.c -lbluetooth