diff options
| author | 2010-01-25 00:50:14 +0100 | |
|---|---|---|
| committer | 2010-01-26 08:17:29 -0800 | |
| commit | 0bed8ad50863cf90221e8a933422e45f46ac724f (patch) | |
| tree | 66a4a42efba866f775cd8544f430075fb59ed0b2 /dev/Makefile.am | |
| parent | 8042b8b1d591eecdf64d6eed3f6f25d21e5a17f3 (diff) | |
| download | libimobiledevice-0bed8ad50863cf90221e8a933422e45f46ac724f.tar.gz libimobiledevice-0bed8ad50863cf90221e8a933422e45f46ac724f.tar.bz2 | |
Quick and dirty file_relay test tool.
[#108 state:resolved]
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 b71c212..1ca15e5 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 = iphoneclient lckd-client afccheck msyncclient iphoneenterrecovery | 7 | noinst_PROGRAMS = iphoneclient lckd-client afccheck msyncclient iphoneenterrecovery filerelaytest |
| 8 | 8 | ||
| 9 | iphoneclient_SOURCES = iphoneclient.c | 9 | iphoneclient_SOURCES = iphoneclient.c |
| 10 | iphoneclient_LDADD = ../src/libiphone.la | 10 | iphoneclient_LDADD = ../src/libiphone.la |
| @@ -29,6 +29,11 @@ iphoneenterrecovery_CFLAGS = $(AM_CFLAGS) | |||
| 29 | iphoneenterrecovery_LDFLAGS = $(AM_LDFLAGS) | 29 | iphoneenterrecovery_LDFLAGS = $(AM_LDFLAGS) |
| 30 | iphoneenterrecovery_LDADD = ../src/libiphone.la | 30 | iphoneenterrecovery_LDADD = ../src/libiphone.la |
| 31 | 31 | ||
| 32 | filerelaytest_SOURCES = filerelaytest.c | ||
| 33 | filerelaytest_CFLAGS = $(AM_CFLAGS) | ||
| 34 | filerelaytest_LDFLAGS = $(AM_LDFLAGS) | ||
| 35 | filerelaytest_LDADD = ../src/libiphone.la | ||
| 36 | |||
| 32 | endif # ENABLE_DEVTOOLS | 37 | endif # ENABLE_DEVTOOLS |
| 33 | 38 | ||
| 34 | EXTRA_DIST = iphoneclient.c lckdclient.c afccheck.c msyncclient.c iphoneenterrecovery.c | 39 | EXTRA_DIST = iphoneclient.c lckdclient.c afccheck.c msyncclient.c iphoneenterrecovery.c |
