diff options
author | Martin Szulecki | 2009-08-01 18:54:59 +0200 |
---|---|---|
committer | Martin Szulecki | 2009-08-01 18:54:59 +0200 |
commit | 5844d66be35d300ffb47dd03917a921900963fd5 (patch) | |
tree | d69b94d19b656a7ae6f630d064da0fcfaad85b35 /dev/Makefile.am | |
parent | 14868dc30c7e59f9838a6b67e2e15673f0f1557b (diff) | |
download | libimobiledevice-5844d66be35d300ffb47dd03917a921900963fd5.tar.gz libimobiledevice-5844d66be35d300ffb47dd03917a921900963fd5.tar.bz2 |
Add new iphoneenterrecovery dev tool to make a device enter recovery mode
Diffstat (limited to 'dev/Makefile.am')
-rw-r--r-- | dev/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev/Makefile.am b/dev/Makefile.am index 70cd52b..c41b663 100644 --- a/dev/Makefile.am +++ b/dev/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/include AM_CFLAGS = $(GLOBAL_CFLAGS) $(libglib2_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libgthread2_CFLAGS) $(LFS_CFLAGS) AM_LDFLAGS = $(libglib2_LIBS) $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgthread2_LIBS) -noinst_PROGRAMS = iphoneclient lckd-client afccheck msyncclient +noinst_PROGRAMS = iphoneclient lckd-client afccheck msyncclient iphoneenterrecovery iphoneclient_SOURCES = iphoneclient.c iphoneclient_LDADD = ../src/libiphone.la @@ -22,3 +22,8 @@ msyncclient_SOURCES = msyncclient.c msyncclient_CFLAGS = $(AM_CFLAGS) msyncclient_LDFLAGS = $(AM_LDFLAGS) msyncclient_LDADD = ../src/libiphone.la + +iphoneenterrecovery_SOURCES = iphoneenterrecovery.c +iphoneenterrecovery_CFLAGS = $(AM_CFLAGS) +iphoneenterrecovery_LDFLAGS = $(AM_LDFLAGS) +iphoneenterrecovery_LDADD = ../src/libiphone.la |