diff options
author | Nikias Bassen | 2012-02-05 22:18:15 +0100 |
---|---|---|
committer | Nikias Bassen | 2012-02-05 22:18:15 +0100 |
commit | fdea23960ae9ea99fa28db49c4da5791a8affca7 (patch) | |
tree | f1e06bb4be19ae3cd0482f8de8c8ed849831bc7a /src/Makefile.am | |
parent | 19d604ff509afd00f83a2687b243774d18654b65 (diff) | |
download | idevicerestore-fdea23960ae9ea99fa28db49c4da5791a8affca7.tar.gz idevicerestore-fdea23960ae9ea99fa28db49c4da5791a8affca7.tar.bz2 |
download and cache version information from itunes.com
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 5fbcdef..93b0d98 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,6 @@ AM_LDFLAGS =\ bin_PROGRAMS = idevicerestore -idevicerestore_SOURCES = idevicerestore.c common.c tss.c img3.c ipsw.c normal.c dfu.c recovery.c restore.c asr.c libirecovery.c limera1n.c +idevicerestore_SOURCES = idevicerestore.c common.c tss.c img3.c ipsw.c normal.c dfu.c recovery.c restore.c asr.c libirecovery.c limera1n.c download.c idevicerestore_CFLAGS = $(AM_CFLAGS) idevicerestore_LDFLAGS = $(AM_LDFLAGS) -lusb-1.0 |