diff options
| author | 2020-06-13 03:56:11 +0200 | |
|---|---|---|
| committer | 2020-06-14 23:36:23 +0200 | |
| commit | 70e8738d93ebb30a187a5060b26dbe7ae960b76c (patch) | |
| tree | 11e2cc6bc13cff22a37866debb52b094e25c5794 /tools | |
| parent | 66d606871079d588316c5374bdd288225cc4df48 (diff) | |
| download | libimobiledevice-70e8738d93ebb30a187a5060b26dbe7ae960b76c.tar.gz libimobiledevice-70e8738d93ebb30a187a5060b26dbe7ae960b76c.tar.bz2 | |
Add API version to library and pkgconfig file for proper linking
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile.am | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 7e6487f..8ed8ad9 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -41,89 +41,89 @@ bin_PROGRAMS = \ | |||
| 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 = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 44 | ideviceinfo_LDADD = $(top_builddir)/src/libimobiledevice.la | 44 | ideviceinfo_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
| 45 | 45 | ||
| 46 | idevicename_SOURCES = idevicename.c | 46 | idevicename_SOURCES = idevicename.c |
| 47 | idevicename_CFLAGS = $(AM_CFLAGS) | 47 | idevicename_CFLAGS = $(AM_CFLAGS) |
| 48 | idevicename_LDFLAGS = $(AM_LDFLAGS) | 48 | idevicename_LDFLAGS = $(AM_LDFLAGS) |
| 49 | idevicename_LDADD = $(top_builddir)/src/libimobiledevice.la | 49 | 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 = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) $(libusbmuxd_LIBS) |
| 54 | idevicepair_LDADD = $(top_builddir)/src/libimobiledevice.la | 54 | idevicepair_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
| 55 | 55 | ||
| 56 | idevicesyslog_SOURCES = idevicesyslog.c | 56 | idevicesyslog_SOURCES = idevicesyslog.c |
| 57 | idevicesyslog_CFLAGS = $(AM_CFLAGS) | 57 | idevicesyslog_CFLAGS = $(AM_CFLAGS) |
| 58 | idevicesyslog_LDFLAGS = $(AM_LDFLAGS) | 58 | idevicesyslog_LDFLAGS = $(AM_LDFLAGS) |
| 59 | idevicesyslog_LDADD = $(top_builddir)/src/libimobiledevice.la | 59 | idevicesyslog_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
| 60 | 60 | ||
| 61 | idevice_id_SOURCES = idevice_id.c | 61 | idevice_id_SOURCES = idevice_id.c |
| 62 | idevice_id_CFLAGS = $(AM_CFLAGS) | 62 | idevice_id_CFLAGS = $(AM_CFLAGS) |
| 63 | idevice_id_LDFLAGS = $(AM_LDFLAGS) | 63 | idevice_id_LDFLAGS = $(AM_LDFLAGS) |
| 64 | idevice_id_LDADD = $(top_builddir)/src/libimobiledevice.la | 64 | 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 = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 69 | idevicebackup_LDADD = $(top_builddir)/src/libimobiledevice.la | 69 | idevicebackup_LDADD = $(top_builddir)/src/libimobiledevice-1.0.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 = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 74 | idevicebackup2_LDADD = $(top_builddir)/src/libimobiledevice.la | 74 | idevicebackup2_LDADD = $(top_builddir)/src/libimobiledevice-1.0.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 = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 79 | ideviceimagemounter_LDADD = $(top_builddir)/src/libimobiledevice.la | 79 | ideviceimagemounter_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
| 80 | 80 | ||
| 81 | idevicescreenshot_SOURCES = idevicescreenshot.c | 81 | idevicescreenshot_SOURCES = idevicescreenshot.c |
| 82 | idevicescreenshot_CFLAGS = $(AM_CFLAGS) | 82 | idevicescreenshot_CFLAGS = $(AM_CFLAGS) |
| 83 | idevicescreenshot_LDFLAGS = $(AM_LDFLAGS) | 83 | idevicescreenshot_LDFLAGS = $(AM_LDFLAGS) |
| 84 | idevicescreenshot_LDADD = $(top_builddir)/src/libimobiledevice.la | 84 | idevicescreenshot_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
| 85 | 85 | ||
| 86 | ideviceenterrecovery_SOURCES = ideviceenterrecovery.c | 86 | ideviceenterrecovery_SOURCES = ideviceenterrecovery.c |
| 87 | ideviceenterrecovery_CFLAGS = $(AM_CFLAGS) | 87 | ideviceenterrecovery_CFLAGS = $(AM_CFLAGS) |
| 88 | ideviceenterrecovery_LDFLAGS = $(AM_LDFLAGS) | 88 | ideviceenterrecovery_LDFLAGS = $(AM_LDFLAGS) |
| 89 | ideviceenterrecovery_LDADD = $(top_builddir)/src/libimobiledevice.la | 89 | ideviceenterrecovery_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
| 90 | 90 | ||
| 91 | idevicedate_SOURCES = idevicedate.c | 91 | idevicedate_SOURCES = idevicedate.c |
| 92 | idevicedate_CFLAGS = $(AM_CFLAGS) | 92 | idevicedate_CFLAGS = $(AM_CFLAGS) |
| 93 | idevicedate_LDFLAGS = $(AM_LDFLAGS) | 93 | idevicedate_LDFLAGS = $(AM_LDFLAGS) |
| 94 | idevicedate_LDADD = $(top_builddir)/src/libimobiledevice.la | 94 | 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 = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 99 | ideviceprovision_LDADD = $(top_builddir)/src/libimobiledevice.la | 99 | ideviceprovision_LDADD = $(top_builddir)/src/libimobiledevice-1.0.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 = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 104 | idevicedebugserverproxy_LDADD = $(top_builddir)/src/libimobiledevice.la | 104 | idevicedebugserverproxy_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
| 105 | 105 | ||
| 106 | idevicediagnostics_SOURCES = idevicediagnostics.c | 106 | idevicediagnostics_SOURCES = idevicediagnostics.c |
| 107 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) | 107 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) |
| 108 | idevicediagnostics_LDFLAGS = $(AM_LDFLAGS) | 108 | idevicediagnostics_LDFLAGS = $(AM_LDFLAGS) |
| 109 | idevicediagnostics_LDADD = $(top_builddir)/src/libimobiledevice.la | 109 | 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 = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 114 | idevicedebug_LDADD = $(top_builddir)/src/libimobiledevice.la | 114 | idevicedebug_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
| 115 | 115 | ||
| 116 | idevicenotificationproxy_SOURCES = idevicenotificationproxy.c | 116 | idevicenotificationproxy_SOURCES = idevicenotificationproxy.c |
| 117 | idevicenotificationproxy_CFLAGS = $(AM_CFLAGS) | 117 | idevicenotificationproxy_CFLAGS = $(AM_CFLAGS) |
| 118 | idevicenotificationproxy_LDFLAGS = $(AM_LDFLAGS) | 118 | idevicenotificationproxy_LDFLAGS = $(AM_LDFLAGS) |
| 119 | idevicenotificationproxy_LDADD = $(top_builddir)/src/libimobiledevice.la | 119 | 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 = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 124 | idevicecrashreport_LDADD = $(top_builddir)/src/libimobiledevice.la | 124 | idevicecrashreport_LDADD = $(top_builddir)/src/libimobiledevice-1.0.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 = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 129 | idevicesetlocation_LDADD = $(top_builddir)/src/libimobiledevice.la | 129 | idevicesetlocation_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la |
