diff options
| author | 2013-02-26 03:27:20 +0100 | |
|---|---|---|
| committer | 2013-02-26 03:27:20 +0100 | |
| commit | 037d53e3b8d276733eba780338ac2ab26f3f4869 (patch) | |
| tree | ab48cacf0baba281c713de2cf9ad32454c710ed7 /dev/Makefile.am | |
| parent | c5d46be5fb2103c6e9ecbd684f910e00fe16e4cd (diff) | |
| download | libimobiledevice-037d53e3b8d276733eba780338ac2ab26f3f4869.tar.gz libimobiledevice-037d53e3b8d276733eba780338ac2ab26f3f4869.tar.bz2 | |
ideviceheartbeat: Add simpe tool which keeps heartbeat service connection alive
Diffstat (limited to 'dev/Makefile.am')
| -rw-r--r-- | dev/Makefile.am | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/dev/Makefile.am b/dev/Makefile.am index 36ba950..fcded9d 100644 --- a/dev/Makefile.am +++ b/dev/Makefile.am | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | AM_CPPFLAGS = -I$(top_srcdir)/include | 1 | AM_CPPFLAGS = -I$(top_srcdir)/include |
| 2 | 2 | ||
| 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(LFS_CFLAGS) | 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(openssl_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS) |
| 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libpthread_LIBS) $(libplist_LIBS) | 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(openssl_LIBS) $(libplist_LIBS) |
| 5 | 5 | ||
| 6 | if ENABLE_DEVTOOLS | 6 | if ENABLE_DEVTOOLS |
| 7 | noinst_PROGRAMS = ideviceclient afccheck filerelaytest housearresttest lckd-client | 7 | noinst_PROGRAMS = ideviceclient afccheck filerelaytest housearresttest lckd-client ideviceheartbeat |
| 8 | 8 | ||
| 9 | ideviceclient_SOURCES = ideviceclient.c | 9 | ideviceclient_SOURCES = ideviceclient.c |
| 10 | ideviceclient_CFLAGS = $(AM_CFLAGS) | 10 | ideviceclient_CFLAGS = $(AM_CFLAGS) |
| @@ -31,6 +31,11 @@ housearresttest_CFLAGS = $(AM_CFLAGS) | |||
| 31 | housearresttest_LDFLAGS = $(AM_LDFLAGS) | 31 | housearresttest_LDFLAGS = $(AM_LDFLAGS) |
| 32 | housearresttest_LDADD = ../src/libimobiledevice.la | 32 | housearresttest_LDADD = ../src/libimobiledevice.la |
| 33 | 33 | ||
| 34 | ideviceheartbeat_SOURCES = ideviceheartbeat.c | ||
| 35 | ideviceheartbeat_CFLAGS = $(AM_CFLAGS) | ||
| 36 | ideviceheartbeat_LDFLAGS = $(AM_LDFLAGS) | ||
| 37 | ideviceheartbeat_LDADD = ../src/libimobiledevice.la | ||
| 38 | |||
| 34 | endif # ENABLE_DEVTOOLS | 39 | endif # ENABLE_DEVTOOLS |
| 35 | 40 | ||
| 36 | EXTRA_DIST = ideviceclient.c lckdclient.c afccheck.c filerelaytest.c housearresttest.c | 41 | EXTRA_DIST = ideviceclient.c lckdclient.c afccheck.c filerelaytest.c housearresttest.c ideviceheartbeat.c |
