diff options
| author | 2013-03-20 05:38:06 +0100 | |
|---|---|---|
| committer | 2013-03-20 05:38:06 +0100 | |
| commit | b2924a1549d874fb86deaad5fd2438e567c65bf4 (patch) | |
| tree | ead89f885a0492cdfc228a1c25326912e7d9b973 /tools/Makefile.am | |
| parent | efca491e4c19868a68a099638552f9ba431dca4b (diff) | |
| download | libimobiledevice-b2924a1549d874fb86deaad5fd2438e567c65bf4.tar.gz libimobiledevice-b2924a1549d874fb86deaad5fd2438e567c65bf4.tar.bz2 | |
use new internal common code for thread, mutex, and socket operations
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 57445d8..e668592 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -18,7 +18,7 @@ idevicepair_LDADD = ../src/libimobiledevice.la | |||
| 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 = ../src/libimobiledevice.la | 21 | idevicesyslog_LDADD = $(top_srcdir)/common/libinternalcommon.la ../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) |
