diff options
| author | 2013-05-28 16:02:09 +0200 | |
|---|---|---|
| committer | 2013-05-28 16:02:09 +0200 | |
| commit | 68316d700b6e46b4b1fe3e59239ab747e3423a7c (patch) | |
| tree | baa277209e062b3452e965d6b2a772cefde5f42e /tools/Makefile.am | |
| parent | 15c7079984fff9e5cbdef070dca584ca761793dc (diff) | |
| download | libimobiledevice-68316d700b6e46b4b1fe3e59239ab747e3423a7c.tar.gz libimobiledevice-68316d700b6e46b4b1fe3e59239ab747e3423a7c.tar.bz2 | |
tools: fix linker error with newer libtool
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index fe0ec5d..ea7898e 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -12,8 +12,8 @@ ideviceinfo_LDADD = ../src/libimobiledevice.la | |||
| 12 | 12 | ||
| 13 | idevicepair_SOURCES = idevicepair.c | 13 | idevicepair_SOURCES = idevicepair.c |
| 14 | idevicepair_CFLAGS = $(AM_CFLAGS) | 14 | idevicepair_CFLAGS = $(AM_CFLAGS) |
| 15 | idevicepair_LDFLAGS = $(AM_LDFLAGS) | 15 | idevicepair_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 16 | idevicepair_LDADD = $(top_srcdir)/common/libinternalcommon.la ../src/libimobiledevice.la | 16 | idevicepair_LDADD = ../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) |
| @@ -62,8 +62,8 @@ ideviceprovision_LDADD = ../src/libimobiledevice.la | |||
| 62 | 62 | ||
| 63 | idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c | 63 | idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c |
| 64 | idevicedebugserverproxy_CFLAGS = $(AM_CFLAGS) | 64 | idevicedebugserverproxy_CFLAGS = $(AM_CFLAGS) |
| 65 | idevicedebugserverproxy_LDFLAGS = $(AM_LDFLAGS) | 65 | idevicedebugserverproxy_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 66 | idevicedebugserverproxy_LDADD = $(top_srcdir)/common/libinternalcommon.la ../src/libimobiledevice.la | 66 | idevicedebugserverproxy_LDADD = ../src/libimobiledevice.la |
| 67 | 67 | ||
| 68 | idevicediagnostics_SOURCES = idevicediagnostics.c | 68 | idevicediagnostics_SOURCES = idevicediagnostics.c |
| 69 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) | 69 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) |
