diff options
| author | 2010-05-22 14:53:05 -0400 | |
|---|---|---|
| committer | 2010-05-22 14:53:05 -0400 | |
| commit | ead23ad2b1bcfff151fd7f476fa32f949d509c6a (patch) | |
| tree | d79ef7d0aacae798f797b12dedaf0dcfb31cb2ea /src/Makefile.am | |
| parent | a184cda744006d4a597ff5a23b67b635dd28c222 (diff) | |
| download | idevicerestore-ead23ad2b1bcfff151fd7f476fa32f949d509c6a.tar.gz idevicerestore-ead23ad2b1bcfff151fd7f476fa32f949d509c6a.tar.bz2 | |
Fixed stupid stupid stupid bug
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 c011729..540b262 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 img3.c +idevicerestore_SOURCES = idevicerestore.c img3.c ipsw.c tss.c  idevicerestore_CFLAGS = $(AM_CFLAGS)  idevicerestore_LDFLAGS = $(AM_LDFLAGS)
\ No newline at end of file | 
