diff options
| author | 2013-04-25 17:43:54 +0100 | |
|---|---|---|
| committer | 2013-04-25 17:43:54 +0100 | |
| commit | 4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3 (patch) | |
| tree | 708d1ec3ee0fcc3a3f49be45457c5f641c108dc2 /tools | |
| parent | 927c34ee8e6974a34b1dfd7d1a4fde5eabbeca7a (diff) | |
| download | libimobiledevice-4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3.tar.gz libimobiledevice-4748e1ac72ede8ba1f7a28ec8c1b8d5bb0f0afd3.tar.bz2 | |
common: Move debug and userpref code into libinternalcommon
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> |
