diff options
| author | 2010-05-28 12:21:11 +0200 | |
|---|---|---|
| committer | 2010-05-28 12:21:11 +0200 | |
| commit | 448e860d7b99377a5f0c8786c7e60afb2f9dc0bd (patch) | |
| tree | 821997ce7fae07761d1c31c928c81b64734a9d38 /dev/Makefile.am | |
| parent | 98ffc8a3aa1c16726bb278238dc284e79e63b68e (diff) | |
| download | libimobiledevice-448e860d7b99377a5f0c8786c7e60afb2f9dc0bd.tar.gz libimobiledevice-448e860d7b99377a5f0c8786c7e60afb2f9dc0bd.tar.bz2 | |
Promote ideviceenterrecovery into tools as it is quite useful
Diffstat (limited to 'dev/Makefile.am')
| -rw-r--r-- | dev/Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev/Makefile.am b/dev/Makefile.am index 17b67db..0790c80 100644 --- a/dev/Makefile.am +++ b/dev/Makefile.am | |||
| @@ -4,7 +4,7 @@ AM_CFLAGS = $(GLOBAL_CFLAGS) $(libglib2_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_C | |||
| 4 | AM_LDFLAGS = $(libglib2_LIBS) $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgthread2_LIBS) | 4 | AM_LDFLAGS = $(libglib2_LIBS) $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgthread2_LIBS) |
| 5 | 5 | ||
| 6 | if ENABLE_DEVTOOLS | 6 | if ENABLE_DEVTOOLS |
| 7 | noinst_PROGRAMS = ideviceclient lckd-client afccheck msyncclient ideviceenterrecovery filerelaytest | 7 | noinst_PROGRAMS = ideviceclient lckd-client afccheck msyncclient filerelaytest |
| 8 | 8 | ||
| 9 | ideviceclient_SOURCES = ideviceclient.c | 9 | ideviceclient_SOURCES = ideviceclient.c |
| 10 | ideviceclient_LDADD = ../src/libimobiledevice.la | 10 | ideviceclient_LDADD = ../src/libimobiledevice.la |
| @@ -24,11 +24,6 @@ msyncclient_CFLAGS = $(AM_CFLAGS) | |||
| 24 | msyncclient_LDFLAGS = $(AM_LDFLAGS) | 24 | msyncclient_LDFLAGS = $(AM_LDFLAGS) |
| 25 | msyncclient_LDADD = ../src/libimobiledevice.la | 25 | msyncclient_LDADD = ../src/libimobiledevice.la |
| 26 | 26 | ||
| 27 | ideviceenterrecovery_SOURCES = ideviceenterrecovery.c | ||
| 28 | ideviceenterrecovery_CFLAGS = $(AM_CFLAGS) | ||
| 29 | ideviceenterrecovery_LDFLAGS = $(AM_LDFLAGS) | ||
| 30 | ideviceenterrecovery_LDADD = ../src/libimobiledevice.la | ||
| 31 | |||
| 32 | filerelaytest_SOURCES = filerelaytest.c | 27 | filerelaytest_SOURCES = filerelaytest.c |
| 33 | filerelaytest_CFLAGS = $(AM_CFLAGS) | 28 | filerelaytest_CFLAGS = $(AM_CFLAGS) |
| 34 | filerelaytest_LDFLAGS = $(AM_LDFLAGS) | 29 | filerelaytest_LDFLAGS = $(AM_LDFLAGS) |
| @@ -36,4 +31,4 @@ filerelaytest_LDADD = ../src/libimobiledevice.la | |||
| 36 | 31 | ||
| 37 | endif # ENABLE_DEVTOOLS | 32 | endif # ENABLE_DEVTOOLS |
| 38 | 33 | ||
| 39 | EXTRA_DIST = ideviceclient.c lckdclient.c afccheck.c msyncclient.c ideviceenterrecovery.c | 34 | EXTRA_DIST = ideviceclient.c lckdclient.c afccheck.c msyncclient.c |
