summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-05-22 14:48:13 -0400
committerGravatar Joshua Hill2010-05-22 14:48:13 -0400
commita184cda744006d4a597ff5a23b67b635dd28c222 (patch)
treeae250bf08d06cc95db3729dcd8d36734926f903c /src/Makefile.am
parent58a0ad3e30bd61cb0c2e6bb62dec600305ea2368 (diff)
downloadidevicerestore-a184cda744006d4a597ff5a23b67b635dd28c222.tar.gz
idevicerestore-a184cda744006d4a597ff5a23b67b635dd28c222.tar.bz2
Started implementation of img3 file and tss_stitcher
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 c295eb0..c011729 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,6 +18,6 @@ AM_LDFLAGS =\
bin_PROGRAMS = idevicerestore
-idevicerestore_SOURCES = idevicerestore.c ipsw.c tss.c
+idevicerestore_SOURCES = idevicerestore.c ipsw.c tss.c img3.c
idevicerestore_CFLAGS = $(AM_CFLAGS)
idevicerestore_LDFLAGS = $(AM_LDFLAGS) \ No newline at end of file