diff options
| author | 2010-05-22 01:39:16 -0400 | |
|---|---|---|
| committer | 2010-05-22 01:39:16 -0400 | |
| commit | 58a0ad3e30bd61cb0c2e6bb62dec600305ea2368 (patch) | |
| tree | 19ae625ea76d7c21538ccad9bf67b004df9533cf /Makefile.in | |
| parent | 996010895b4f92e37ce4ee535cd404b61ba314b5 (diff) | |
| download | idevicerestore-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 'Makefile.in')
| -rw-r--r-- | Makefile.in | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Makefile.in b/Makefile.in index 779d63e..a80db03 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,8 +37,8 @@ target_triplet = @target@  subdir = .  DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \  	$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ -	ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \ -	install-sh missing +	ChangeLog INSTALL NEWS TODO compile config.guess config.sub \ +	depcomp install-sh missing  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  am__aclocal_m4_deps = $(top_srcdir)/configure.ac  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | 
