diff options
author | Joshua Hill | 2010-06-08 16:14:29 +0800 |
---|---|---|
committer | rcg4u | 2010-06-09 17:17:29 +0800 |
commit | 02773da6a2daa0d00780cac4707917360b81b6c9 (patch) | |
tree | 0a7749bb4ffa8b67f3728d13f4881fbbc7c7313c /src/Makefile.am | |
parent | 7d6207c33c44648cf9056ddd31ce51ac834563ab (diff) | |
download | idevicerestore-02773da6a2daa0d00780cac4707917360b81b6c9.tar.gz idevicerestore-02773da6a2daa0d00780cac4707917360b81b6c9.tar.bz2 |
Added a new asr.c file to stick all stuff related to filesystem and abstract the restore process to allow for easier porting
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 b641d00..a44640f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,6 @@ AM_LDFLAGS =\ bin_PROGRAMS = idevicerestore -idevicerestore_SOURCES = idevicerestore.c dfu.c tss.c img3.c ipsw.c normal.c restore.c recovery.c activate.c +idevicerestore_SOURCES = idevicerestore.c dfu.c asr.c tss.c img3.c ipsw.c normal.c restore.c recovery.c activate.c idevicerestore_CFLAGS = $(AM_CFLAGS) idevicerestore_LDFLAGS = $(AM_LDFLAGS)
\ No newline at end of file |