diff options
author | Nikias Bassen | 2012-07-17 16:40:31 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-07-17 16:40:31 +0200 |
commit | 5232e5a5a421aacbb46a9f59282262a7832fe00b (patch) | |
tree | 0666b174bbb4daeeac7485b01c9f91277fc21fe9 /src/Makefile.am | |
parent | 2a2004af685091c55e8008cc0a00084ade471cfe (diff) | |
download | idevicerestore-5232e5a5a421aacbb46a9f59282262a7832fe00b.tar.gz idevicerestore-5232e5a5a421aacbb46a9f59282262a7832fe00b.tar.bz2 |
restore: added .mbn file support and bbfw handling
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 15d2552..680e43f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,7 @@ AM_LDADD = $(AC_LDADD) bin_PROGRAMS = idevicerestore -idevicerestore_SOURCES = idevicerestore.c common.c tss.c fls.c img3.c ipsw.c normal.c dfu.c recovery.c restore.c asr.c limera1n.c download.c locking.c +idevicerestore_SOURCES = idevicerestore.c common.c tss.c fls.c mbn.c img3.c ipsw.c normal.c dfu.c recovery.c restore.c asr.c limera1n.c download.c locking.c idevicerestore_CFLAGS = $(AM_CFLAGS) idevicerestore_LDFLAGS = $(AM_LDFLAGS) idevicerestore_LDADD = $(AM_LDADD) |