summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-06-20 16:25:55 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-06-20 16:25:55 +0000
commit250ccb19b3104102d52a65de0065f6afaf2fc1a5 (patch)
treeb7c550a874c9c5664de32743c8f93396323e8e3f /makefile
parent5ac04f0f1650731b68a285ed979cfedfa82b9f6c (diff)
Added sbdidlaunch for Cydia bootstrap.
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index d55c38a..7e6f0b9 100644
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-uikittools = uiduid uishoot uicache uiopen gssc
+uikittools = uiduid uishoot uicache uiopen gssc sbdidlaunch
all: $(uikittools)
@@ -8,7 +8,7 @@ clean:
.PHONY: all clean package
%: %.mm
- $${PKG_TARG}-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -framework GraphicsServices -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc
+ $${PKG_TARG}-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -framework GraphicsServices -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc -framework SpringBoardServices
ldid -S $@
package: all