diff options
author | 2013-11-20 11:32:26 +0100 | |
---|---|---|
committer | 2013-11-20 11:32:26 +0100 | |
commit | 9308e665a2741690b4fa50fa494d7568dda95a28 (patch) | |
tree | c3a2a560f34561961ff063dffd79a95f913650e8 /src/Makefile.am | |
parent | f034c26e87e59b96877e7434ac0757d1569906d8 (diff) | |
download | idevicerestore-9308e665a2741690b4fa50fa494d7568dda95a28.tar.gz idevicerestore-9308e665a2741690b4fa50fa494d7568dda95a28.tar.bz2 |
refactor component personalization and add support for Image4 stitching
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 680e43f..f0e85c0 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 mbn.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 img4.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) |