From ead23ad2b1bcfff151fd7f476fa32f949d509c6a Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Sat, 22 May 2010 14:53:05 -0400 Subject: Fixed stupid stupid stupid bug --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') 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 -- cgit v1.1-32-gdbae