diff options
| -rw-r--r-- | tools/Makefile.am | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 8ed8ad9..04a5faa 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -40,8 +40,8 @@ bin_PROGRAMS = \ | |||
| 40 | 40 | ||
| 41 | ideviceinfo_SOURCES = ideviceinfo.c | 41 | ideviceinfo_SOURCES = ideviceinfo.c |
| 42 | ideviceinfo_CFLAGS = $(AM_CFLAGS) | 42 | ideviceinfo_CFLAGS = $(AM_CFLAGS) |
| 43 | ideviceinfo_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | 43 | ideviceinfo_LDFLAGS = $(AM_LDFLAGS) |
| 44 | ideviceinfo_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 44 | ideviceinfo_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la |
| 45 | 45 | ||
| 46 | idevicename_SOURCES = idevicename.c | 46 | idevicename_SOURCES = idevicename.c |
| 47 | idevicename_CFLAGS = $(AM_CFLAGS) | 47 | idevicename_CFLAGS = $(AM_CFLAGS) |
| @@ -50,8 +50,8 @@ idevicename_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | |||
| 50 | 50 | ||
| 51 | idevicepair_SOURCES = idevicepair.c | 51 | idevicepair_SOURCES = idevicepair.c |
| 52 | idevicepair_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) | 52 | idevicepair_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) |
| 53 | idevicepair_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) $(libusbmuxd_LIBS) | 53 | idevicepair_LDFLAGS = $(AM_LDFLAGS) $(libusbmuxd_LIBS) |
| 54 | idevicepair_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 54 | idevicepair_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la |
| 55 | 55 | ||
| 56 | idevicesyslog_SOURCES = idevicesyslog.c | 56 | idevicesyslog_SOURCES = idevicesyslog.c |
| 57 | idevicesyslog_CFLAGS = $(AM_CFLAGS) | 57 | idevicesyslog_CFLAGS = $(AM_CFLAGS) |
| @@ -65,18 +65,18 @@ idevice_id_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | |||
| 65 | 65 | ||
| 66 | idevicebackup_SOURCES = idevicebackup.c | 66 | idevicebackup_SOURCES = idevicebackup.c |
| 67 | idevicebackup_CFLAGS = $(AM_CFLAGS) | 67 | idevicebackup_CFLAGS = $(AM_CFLAGS) |
| 68 | idevicebackup_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | 68 | idevicebackup_LDFLAGS = $(AM_LDFLAGS) |
| 69 | idevicebackup_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 69 | idevicebackup_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la |
| 70 | 70 | ||
| 71 | idevicebackup2_SOURCES = idevicebackup2.c | 71 | idevicebackup2_SOURCES = idevicebackup2.c |
| 72 | idevicebackup2_CFLAGS = $(AM_CFLAGS) | 72 | idevicebackup2_CFLAGS = $(AM_CFLAGS) |
| 73 | idevicebackup2_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | 73 | idevicebackup2_LDFLAGS = $(AM_LDFLAGS) |
| 74 | idevicebackup2_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 74 | idevicebackup2_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la |
| 75 | 75 | ||
| 76 | ideviceimagemounter_SOURCES = ideviceimagemounter.c | 76 | ideviceimagemounter_SOURCES = ideviceimagemounter.c |
| 77 | ideviceimagemounter_CFLAGS = $(AM_CFLAGS) | 77 | ideviceimagemounter_CFLAGS = $(AM_CFLAGS) |
| 78 | ideviceimagemounter_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | 78 | ideviceimagemounter_LDFLAGS = $(AM_LDFLAGS) |
| 79 | ideviceimagemounter_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 79 | ideviceimagemounter_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la |
| 80 | 80 | ||
| 81 | idevicescreenshot_SOURCES = idevicescreenshot.c | 81 | idevicescreenshot_SOURCES = idevicescreenshot.c |
| 82 | idevicescreenshot_CFLAGS = $(AM_CFLAGS) | 82 | idevicescreenshot_CFLAGS = $(AM_CFLAGS) |
| @@ -95,13 +95,13 @@ idevicedate_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | |||
| 95 | 95 | ||
| 96 | ideviceprovision_SOURCES = ideviceprovision.c | 96 | ideviceprovision_SOURCES = ideviceprovision.c |
| 97 | ideviceprovision_CFLAGS = $(AM_CFLAGS) | 97 | ideviceprovision_CFLAGS = $(AM_CFLAGS) |
| 98 | ideviceprovision_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | 98 | ideviceprovision_LDFLAGS = $(AM_LDFLAGS) |
| 99 | ideviceprovision_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 99 | ideviceprovision_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la |
| 100 | 100 | ||
| 101 | idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c | 101 | idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c |
| 102 | idevicedebugserverproxy_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) | 102 | idevicedebugserverproxy_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) |
| 103 | idevicedebugserverproxy_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | 103 | idevicedebugserverproxy_LDFLAGS = $(AM_LDFLAGS) |
| 104 | idevicedebugserverproxy_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 104 | idevicedebugserverproxy_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la |
| 105 | 105 | ||
| 106 | idevicediagnostics_SOURCES = idevicediagnostics.c | 106 | idevicediagnostics_SOURCES = idevicediagnostics.c |
| 107 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) | 107 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) |
| @@ -110,8 +110,8 @@ idevicediagnostics_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | |||
| 110 | 110 | ||
| 111 | idevicedebug_SOURCES = idevicedebug.c | 111 | idevicedebug_SOURCES = idevicedebug.c |
| 112 | idevicedebug_CFLAGS = $(AM_CFLAGS) | 112 | idevicedebug_CFLAGS = $(AM_CFLAGS) |
| 113 | idevicedebug_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | 113 | idevicedebug_LDFLAGS = $(AM_LDFLAGS) |
| 114 | idevicedebug_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 114 | idevicedebug_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la |
| 115 | 115 | ||
| 116 | idevicenotificationproxy_SOURCES = idevicenotificationproxy.c | 116 | idevicenotificationproxy_SOURCES = idevicenotificationproxy.c |
| 117 | idevicenotificationproxy_CFLAGS = $(AM_CFLAGS) | 117 | idevicenotificationproxy_CFLAGS = $(AM_CFLAGS) |
| @@ -120,10 +120,10 @@ idevicenotificationproxy_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | |||
| 120 | 120 | ||
| 121 | idevicecrashreport_SOURCES = idevicecrashreport.c | 121 | idevicecrashreport_SOURCES = idevicecrashreport.c |
| 122 | idevicecrashreport_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) | 122 | idevicecrashreport_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) |
| 123 | idevicecrashreport_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | 123 | idevicecrashreport_LDFLAGS = $(AM_LDFLAGS) |
| 124 | idevicecrashreport_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 124 | idevicecrashreport_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la |
| 125 | 125 | ||
| 126 | idevicesetlocation_SOURCES = idevicesetlocation.c | 126 | idevicesetlocation_SOURCES = idevicesetlocation.c |
| 127 | idevicesetlocation_CFLAGS = $(AM_CFLAGS) | 127 | idevicesetlocation_CFLAGS = $(AM_CFLAGS) |
| 128 | idevicesetlocation_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | 128 | idevicesetlocation_LDFLAGS = $(AM_LDFLAGS) |
| 129 | idevicesetlocation_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la | 129 | idevicesetlocation_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la |
