summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-05-22 01:39:16 -0400
committerGravatar Joshua Hill2010-05-22 01:39:16 -0400
commit58a0ad3e30bd61cb0c2e6bb62dec600305ea2368 (patch)
tree19ae625ea76d7c21538ccad9bf67b004df9533cf /src/Makefile.am
parent996010895b4f92e37ce4ee535cd404b61ba314b5 (diff)
downloadidevicerestore-58a0ad3e30bd61cb0c2e6bb62dec600305ea2368.tar.gz
idevicerestore-58a0ad3e30bd61cb0c2e6bb62dec600305ea2368.tar.bz2
Finished implemented TSS request and TSS response
Removed base64.c/h since it's not needed with libplist
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 b876ecc..c295eb0 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 base64.c
+idevicerestore_SOURCES = idevicerestore.c ipsw.c tss.c
idevicerestore_CFLAGS = $(AM_CFLAGS)
idevicerestore_LDFLAGS = $(AM_LDFLAGS) \ No newline at end of file