diff options
| author | 2010-06-01 04:34:40 -0400 | |
|---|---|---|
| committer | 2010-06-01 04:34:40 -0400 | |
| commit | 4de6d38c54d9f641006539a06083e423a5d0c9c9 (patch) | |
| tree | 990a89f501eaee4427ea8104a0bcf0dab438b05b /src/Makefile.am | |
| parent | 75a3f5f5c6ec5b89659f4e4aacd5d629a3912f22 (diff) | |
| download | idevicerestore-4de6d38c54d9f641006539a06083e423a5d0c9c9.tar.gz idevicerestore-4de6d38c54d9f641006539a06083e423a5d0c9c9.tar.bz2 | |
Began refactoring of code to simplify and seperate device state logic
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Makefile.am b/src/Makefile.am index 540b262..6840a0c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,6 @@ AM_LDFLAGS =\  bin_PROGRAMS = idevicerestore -idevicerestore_SOURCES = idevicerestore.c img3.c ipsw.c tss.c +idevicerestore_SOURCES = idevicerestore.c dfu.c tss.c img3.c ipsw.c normal.c restore.c recovery.c  idevicerestore_CFLAGS = $(AM_CFLAGS)  idevicerestore_LDFLAGS = $(AM_LDFLAGS)
\ No newline at end of file | 
