summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-05 04:05:16 +0800
committerGravatar rcg4u2010-06-09 17:17:28 +0800
commit3761295840ba6c7672aebcb2b084a2dbf7099735 (patch)
tree2062f863e24d8376f545481e3798662b1fdd3a8e /src/Makefile.am
parentce999c67996515b278f49ea88f4e306dc0308ff3 (diff)
downloadidevicerestore-3761295840ba6c7672aebcb2b084a2dbf7099735.tar.gz
idevicerestore-3761295840ba6c7672aebcb2b084a2dbf7099735.tar.bz2
small bugfix in idevicerestore.c get_build_identity and went ahead and added activate code to be cleaned up and added to process later
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 6840a0c..b641d00 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
+idevicerestore_SOURCES = idevicerestore.c dfu.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