summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-05-22 14:53:05 -0400
committerGravatar Joshua Hill2010-05-22 14:53:05 -0400
commitead23ad2b1bcfff151fd7f476fa32f949d509c6a (patch)
treed79ef7d0aacae798f797b12dedaf0dcfb31cb2ea /src/Makefile.am
parenta184cda744006d4a597ff5a23b67b635dd28c222 (diff)
downloadidevicerestore-ead23ad2b1bcfff151fd7f476fa32f949d509c6a.tar.gz
idevicerestore-ead23ad2b1bcfff151fd7f476fa32f949d509c6a.tar.bz2
Fixed stupid stupid stupid bug
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 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