diff options
| author | 2010-11-05 20:39:07 +0100 | |
|---|---|---|
| committer | 2010-11-05 20:39:07 +0100 | |
| commit | 139306caebdcc9e4383795227ca3662d484e04d5 (patch) | |
| tree | 90a0556d014fbd362b602e10ce285f85adc6fd7f /dev/Makefile.am | |
| parent | eac909b522bb405cd34a8fb48259ea3952d2360a (diff) | |
| download | libimobiledevice-139306caebdcc9e4383795227ca3662d484e04d5.tar.gz libimobiledevice-139306caebdcc9e4383795227ca3662d484e04d5.tar.bz2 | |
Add new house_arrest service including small test tool
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 0790c80..6da20da 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 | 7 | noinst_PROGRAMS = ideviceclient lckd-client afccheck msyncclient filerelaytest housearresttest |
| 8 | 8 | ||
| 9 | ideviceclient_SOURCES = ideviceclient.c | 9 | ideviceclient_SOURCES = ideviceclient.c |
| 10 | ideviceclient_LDADD = ../src/libimobiledevice.la | 10 | ideviceclient_LDADD = ../src/libimobiledevice.la |
| @@ -29,6 +29,11 @@ filerelaytest_CFLAGS = $(AM_CFLAGS) | |||
| 29 | filerelaytest_LDFLAGS = $(AM_LDFLAGS) | 29 | filerelaytest_LDFLAGS = $(AM_LDFLAGS) |
| 30 | filerelaytest_LDADD = ../src/libimobiledevice.la | 30 | filerelaytest_LDADD = ../src/libimobiledevice.la |
| 31 | 31 | ||
| 32 | housearresttest_SOURCES = housearresttest.c | ||
| 33 | housearresttest_CFLAGS = $(AM_CFLAGS) | ||
| 34 | housearresttest_LDFLAGS = $(AM_LDFLAGS) | ||
| 35 | housearresttest_LDADD = ../src/libimobiledevice.la | ||
| 36 | |||
| 32 | endif # ENABLE_DEVTOOLS | 37 | endif # ENABLE_DEVTOOLS |
| 33 | 38 | ||
| 34 | EXTRA_DIST = ideviceclient.c lckdclient.c afccheck.c msyncclient.c | 39 | EXTRA_DIST = ideviceclient.c lckdclient.c afccheck.c msyncclient.c |
