diff options
author | 2012-07-17 01:15:10 +0200 | |
---|---|---|
committer | 2012-07-17 01:15:10 +0200 | |
commit | 38de3e73bf0be64590af95cf785c3e5f2d62128a (patch) | |
tree | 03510834ad8e05f47e05e86adca3f33c116cd141 /src/Makefile.am | |
parent | 28871d9f3f32afb78f0fbe029677756f24ba03cc (diff) | |
download | idevicerestore-38de3e73bf0be64590af95cf785c3e5f2d62128a.tar.gz idevicerestore-38de3e73bf0be64590af95cf785c3e5f2d62128a.tar.bz2 |
restore: implemented BasebandData request
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 4d498a0..15d2552 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 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 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) |