summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar BALATON Zoltan2014-11-04 18:12:18 +0100
committerGravatar BALATON Zoltan2014-11-04 18:12:18 +0100
commit7fdcedea3aac19ef8a2a660cfe809bd8c0f5f57f (patch)
treed7aa72cae6b1a4b0eaef3cc4d9f27cc9bfdd69d0 /src/Makefile.am
parentaa4e3ff482972521213ad7505fea8a4627e22804 (diff)
downloadidevicerestore-7fdcedea3aac19ef8a2a660cfe809bd8c0f5f57f.tar.gz
idevicerestore-7fdcedea3aac19ef8a2a660cfe809bd8c0f5f57f.tar.bz2
Implement the FDR forwarder proxy service used during restore of recent iOS versions.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d823c2c..f169708 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,7 @@ AM_LDADD = $(AC_LDADD)
bin_PROGRAMS = idevicerestore
-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_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 fdr.c limera1n.c download.c locking.c socket.c thread.c
idevicerestore_CFLAGS = $(AM_CFLAGS)
idevicerestore_LDFLAGS = $(AM_LDFLAGS)
idevicerestore_LDADD = $(AM_LDADD)