diff options
| author | 2011-03-27 15:29:53 +0200 | |
|---|---|---|
| committer | 2011-03-27 15:29:53 +0200 | |
| commit | 4910673fea64fc189e190e2039e869b9d6542e02 (patch) | |
| tree | 48846b2a9b66a44114f7bf72aef36a78f4c5edd1 /dev/Makefile.am | |
| parent | 63fab95b502531f80ad087a16f9c40130fbe9559 (diff) | |
| download | libimobiledevice-4910673fea64fc189e190e2039e869b9d6542e02.tar.gz libimobiledevice-4910673fea64fc189e190e2039e869b9d6542e02.tar.bz2 | |
dev: Get rid of msyncclient as it does not use our new mobilesync API
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 f7ac84a..72c00a3 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 filerelaytest housearresttest | 7 | noinst_PROGRAMS = ideviceclient lckd-client afccheck filerelaytest housearresttest |
| 8 | 8 | ||
| 9 | ideviceclient_SOURCES = ideviceclient.c | 9 | ideviceclient_SOURCES = ideviceclient.c |
| 10 | ideviceclient_CFLAGS = $(AM_CFLAGS) | 10 | ideviceclient_CFLAGS = $(AM_CFLAGS) |
| @@ -21,11 +21,6 @@ afccheck_CFLAGS = $(AM_CFLAGS) | |||
| 21 | afccheck_LDFLAGS = $(AM_LDFLAGS) | 21 | afccheck_LDFLAGS = $(AM_LDFLAGS) |
| 22 | afccheck_LDADD = ../src/libimobiledevice.la | 22 | afccheck_LDADD = ../src/libimobiledevice.la |
| 23 | 23 | ||
| 24 | msyncclient_SOURCES = msyncclient.c | ||
| 25 | msyncclient_CFLAGS = $(AM_CFLAGS) | ||
| 26 | msyncclient_LDFLAGS = $(AM_LDFLAGS) | ||
| 27 | msyncclient_LDADD = ../src/libimobiledevice.la | ||
| 28 | |||
| 29 | filerelaytest_SOURCES = filerelaytest.c | 24 | filerelaytest_SOURCES = filerelaytest.c |
| 30 | filerelaytest_CFLAGS = $(AM_CFLAGS) | 25 | filerelaytest_CFLAGS = $(AM_CFLAGS) |
| 31 | filerelaytest_LDFLAGS = $(AM_LDFLAGS) | 26 | filerelaytest_LDFLAGS = $(AM_LDFLAGS) |
| @@ -38,4 +33,4 @@ housearresttest_LDADD = ../src/libimobiledevice.la | |||
| 38 | 33 | ||
| 39 | endif # ENABLE_DEVTOOLS | 34 | endif # ENABLE_DEVTOOLS |
| 40 | 35 | ||
| 41 | EXTRA_DIST = ideviceclient.c lckdclient.c afccheck.c msyncclient.c filerelaytest.c housearresttest.c | 36 | EXTRA_DIST = ideviceclient.c lckdclient.c afccheck.c filerelaytest.c housearresttest.c |
