summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-02-02 23:09:47 +0100
committerGravatar Nikias Bassen2012-02-02 23:09:47 +0100
commit1fc7fe84bdd7e4daf35ed19e5f7171c48c2d6751 (patch)
tree38e9c4d797983ccbbd0f5744ca27b7c1a17d77d0 /src/Makefile.am
parent1cc6b61c34a00a7b779ee9511c9696b853a7836f (diff)
downloadidevicerestore-1fc7fe84bdd7e4daf35ed19e5f7171c48c2d6751.tar.gz
idevicerestore-1fc7fe84bdd7e4daf35ed19e5f7171c48c2d6751.tar.bz2
add limera1n exploit and use pwned dfu mode for custom firmwares
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 831a222..5fbcdef 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,6 +18,6 @@ AM_LDFLAGS =\
bin_PROGRAMS = idevicerestore
-idevicerestore_SOURCES = idevicerestore.c common.c tss.c img3.c ipsw.c normal.c dfu.c recovery.c restore.c asr.c libirecovery.c
+idevicerestore_SOURCES = idevicerestore.c common.c tss.c img3.c ipsw.c normal.c dfu.c recovery.c restore.c asr.c libirecovery.c limera1n.c
idevicerestore_CFLAGS = $(AM_CFLAGS)
idevicerestore_LDFLAGS = $(AM_LDFLAGS) -lusb-1.0