diff options
author | 2012-02-02 23:09:47 +0100 | |
---|---|---|
committer | 2012-02-02 23:09:47 +0100 | |
commit | 1fc7fe84bdd7e4daf35ed19e5f7171c48c2d6751 (patch) | |
tree | 38e9c4d797983ccbbd0f5744ca27b7c1a17d77d0 /src/Makefile.am | |
parent | 1cc6b61c34a00a7b779ee9511c9696b853a7836f (diff) | |
download | idevicerestore-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.am | 2 |
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 |