diff options
| author | 2013-05-23 14:15:40 +0200 | |
|---|---|---|
| committer | 2013-05-23 14:15:40 +0200 | |
| commit | abad8cbf298a09627eda4a53024907cef92aa01f (patch) | |
| tree | ddd1cbeacbb2b8bed9b50d197c5aab111a9fb618 /tools/Makefile.am | |
| parent | 06d2399461182e0c0c113fb473902e204117641e (diff) | |
| download | libimobiledevice-abad8cbf298a09627eda4a53024907cef92aa01f.tar.gz libimobiledevice-abad8cbf298a09627eda4a53024907cef92aa01f.tar.bz2 | |
idevicesyslog: Switch code to new syslog_relay service interface
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index fe9b1fa..fe0ec5d 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -18,7 +18,7 @@ idevicepair_LDADD = $(top_srcdir)/common/libinternalcommon.la ../src/libimobiled | |||
| 18 | idevicesyslog_SOURCES = idevicesyslog.c | 18 | idevicesyslog_SOURCES = idevicesyslog.c |
| 19 | idevicesyslog_CFLAGS = $(AM_CFLAGS) | 19 | idevicesyslog_CFLAGS = $(AM_CFLAGS) |
| 20 | idevicesyslog_LDFLAGS = $(AM_LDFLAGS) | 20 | idevicesyslog_LDFLAGS = $(AM_LDFLAGS) |
| 21 | idevicesyslog_LDADD = $(top_srcdir)/common/libinternalcommon.la ../src/libimobiledevice.la | 21 | idevicesyslog_LDADD = ../src/libimobiledevice.la |
| 22 | 22 | ||
| 23 | idevice_id_SOURCES = idevice_id.c | 23 | idevice_id_SOURCES = idevice_id.c |
| 24 | idevice_id_CFLAGS = $(AM_CFLAGS) | 24 | idevice_id_CFLAGS = $(AM_CFLAGS) |
