diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile.am | 4 | ||||
| -rw-r--r-- | tools/idevicepair.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index e668592..fe9b1fa 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -11,9 +11,9 @@ ideviceinfo_LDFLAGS = $(AM_LDFLAGS) | |||
| 11 | ideviceinfo_LDADD = ../src/libimobiledevice.la | 11 | ideviceinfo_LDADD = ../src/libimobiledevice.la |
| 12 | 12 | ||
| 13 | idevicepair_SOURCES = idevicepair.c | 13 | idevicepair_SOURCES = idevicepair.c |
| 14 | idevicepair_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/src | 14 | idevicepair_CFLAGS = $(AM_CFLAGS) |
| 15 | idevicepair_LDFLAGS = $(AM_LDFLAGS) | 15 | idevicepair_LDFLAGS = $(AM_LDFLAGS) |
| 16 | idevicepair_LDADD = ../src/libimobiledevice.la | 16 | idevicepair_LDADD = $(top_srcdir)/common/libinternalcommon.la ../src/libimobiledevice.la |
| 17 | 17 | ||
| 18 | idevicesyslog_SOURCES = idevicesyslog.c | 18 | idevicesyslog_SOURCES = idevicesyslog.c |
| 19 | idevicesyslog_CFLAGS = $(AM_CFLAGS) | 19 | idevicesyslog_CFLAGS = $(AM_CFLAGS) |
diff --git a/tools/idevicepair.c b/tools/idevicepair.c index dddb6ee..d634d5f 100644 --- a/tools/idevicepair.c +++ b/tools/idevicepair.c | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | #include <string.h> | 23 | #include <string.h> |
| 24 | #include <stdlib.h> | 24 | #include <stdlib.h> |
| 25 | #include <getopt.h> | 25 | #include <getopt.h> |
| 26 | #include "userpref.h" | 26 | #include "common/userpref.h" |
| 27 | 27 | ||
| 28 | #include <libimobiledevice/libimobiledevice.h> | 28 | #include <libimobiledevice/libimobiledevice.h> |
| 29 | #include <libimobiledevice/lockdown.h> | 29 | #include <libimobiledevice/lockdown.h> |
