From 0e371502fd57d5754c54d36d7ec29e8ef5bc6ae1 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 2 Dec 2010 06:23:02 -0800 Subject: Prefer SBReboot() (when available) to system("reboot"). --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') diff --git a/makefile b/makefile index d932617..70c5432 100644 --- a/makefile +++ b/makefile @@ -30,6 +30,7 @@ link += -framework GraphicsServices link += -framework IOKit link += -framework JavaScriptCore link += -framework QuartzCore +link += -framework SpringBoardServices link += -framework SystemConfiguration link += -framework WebCore link += -framework WebKit -- cgit v1.2.3