diff options
author | Joshua Hill | 2010-06-04 16:05:16 -0400 |
---|---|---|
committer | Joshua Hill | 2010-06-04 16:05:16 -0400 |
commit | 7e9d37959d7db900528d68d44445509f4abc6fdf (patch) | |
tree | 2062f863e24d8376f545481e3798662b1fdd3a8e /src/Makefile.am | |
parent | 26e7635460c7369be07455a7bcc7621cf53cdd2d (diff) | |
download | idevicerestore-7e9d37959d7db900528d68d44445509f4abc6fdf.tar.gz idevicerestore-7e9d37959d7db900528d68d44445509f4abc6fdf.tar.bz2 |
small bugfix in idevicerestore.c get_build_identity and went ahead and added activate code to be cleaned up and added to process later
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 6840a0c..b641d00 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,6 @@ AM_LDFLAGS =\ bin_PROGRAMS = idevicerestore -idevicerestore_SOURCES = idevicerestore.c dfu.c tss.c img3.c ipsw.c normal.c restore.c recovery.c +idevicerestore_SOURCES = idevicerestore.c dfu.c tss.c img3.c ipsw.c normal.c restore.c recovery.c activate.c idevicerestore_CFLAGS = $(AM_CFLAGS) idevicerestore_LDFLAGS = $(AM_LDFLAGS)
\ No newline at end of file |