diff options
| author | 2014-03-22 03:22:42 +0100 | |
|---|---|---|
| committer | 2014-03-22 03:22:42 +0100 | |
| commit | 84907a942d7269b41fc0fd4780acc59ce3f3666d (patch) | |
| tree | 9c956303442af64afb3624a4c1d7ab11b15e7666 /tools | |
| parent | bf06e34bec0c8974fb548b7a6499ba6f935e015a (diff) | |
| download | libimobiledevice-84907a942d7269b41fc0fd4780acc59ce3f3666d.tar.gz libimobiledevice-84907a942d7269b41fc0fd4780acc59ce3f3666d.tar.bz2 | |
Fix make distcheck by using $(top_builddir) where needed1.1.6
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile.am | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 3a91cfe..d87ef96 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -8,77 +8,77 @@ bin_PROGRAMS = idevice_id ideviceinfo idevicename idevicepair idevicesyslog idev | |||
| 8 | ideviceinfo_SOURCES = ideviceinfo.c | 8 | ideviceinfo_SOURCES = ideviceinfo.c |
| 9 | ideviceinfo_CFLAGS = $(AM_CFLAGS) | 9 | ideviceinfo_CFLAGS = $(AM_CFLAGS) |
| 10 | ideviceinfo_LDFLAGS = $(AM_LDFLAGS) | 10 | ideviceinfo_LDFLAGS = $(AM_LDFLAGS) |
| 11 | ideviceinfo_LDADD = ../src/libimobiledevice.la | 11 | ideviceinfo_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 12 | 12 | ||
| 13 | idevicename_SOURCES = idevicename.c | 13 | idevicename_SOURCES = idevicename.c |
| 14 | idevicename_CFLAGS = $(AM_CFLAGS) | 14 | idevicename_CFLAGS = $(AM_CFLAGS) |
| 15 | idevicename_LDFLAGS = $(AM_LDFLAGS) | 15 | idevicename_LDFLAGS = $(AM_LDFLAGS) |
| 16 | idevicename_LDADD = ../src/libimobiledevice.la | 16 | idevicename_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 17 | 17 | ||
| 18 | idevicepair_SOURCES = idevicepair.c | 18 | idevicepair_SOURCES = idevicepair.c |
| 19 | idevicepair_CFLAGS = $(AM_CFLAGS) | 19 | idevicepair_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) |
| 20 | idevicepair_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS) $(libusbmuxd_LIBS) | 20 | idevicepair_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) $(libusbmuxd_LIBS) |
| 21 | idevicepair_LDADD = ../src/libimobiledevice.la | 21 | idevicepair_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 22 | 22 | ||
| 23 | idevicesyslog_SOURCES = idevicesyslog.c | 23 | idevicesyslog_SOURCES = idevicesyslog.c |
| 24 | idevicesyslog_CFLAGS = $(AM_CFLAGS) | 24 | idevicesyslog_CFLAGS = $(AM_CFLAGS) |
| 25 | idevicesyslog_LDFLAGS = $(AM_LDFLAGS) | 25 | idevicesyslog_LDFLAGS = $(AM_LDFLAGS) |
| 26 | idevicesyslog_LDADD = ../src/libimobiledevice.la | 26 | idevicesyslog_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 27 | 27 | ||
| 28 | idevice_id_SOURCES = idevice_id.c | 28 | idevice_id_SOURCES = idevice_id.c |
| 29 | idevice_id_CFLAGS = $(AM_CFLAGS) | 29 | idevice_id_CFLAGS = $(AM_CFLAGS) |
| 30 | idevice_id_LDFLAGS = $(AM_LDFLAGS) | 30 | idevice_id_LDFLAGS = $(AM_LDFLAGS) |
| 31 | idevice_id_LDADD = ../src/libimobiledevice.la | 31 | idevice_id_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 32 | 32 | ||
| 33 | idevicebackup_SOURCES = idevicebackup.c | 33 | idevicebackup_SOURCES = idevicebackup.c |
| 34 | idevicebackup_CFLAGS = $(AM_CFLAGS) | 34 | idevicebackup_CFLAGS = $(AM_CFLAGS) |
| 35 | idevicebackup_LDFLAGS = $(AM_LDFLAGS) | 35 | idevicebackup_LDFLAGS = $(AM_LDFLAGS) |
| 36 | idevicebackup_LDADD = ../src/libimobiledevice.la | 36 | idevicebackup_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 37 | 37 | ||
| 38 | idevicebackup2_SOURCES = idevicebackup2.c | 38 | idevicebackup2_SOURCES = idevicebackup2.c |
| 39 | idevicebackup2_CFLAGS = $(AM_CFLAGS) | 39 | idevicebackup2_CFLAGS = $(AM_CFLAGS) |
| 40 | idevicebackup2_LDFLAGS = $(AM_LDFLAGS) | 40 | idevicebackup2_LDFLAGS = $(AM_LDFLAGS) |
| 41 | idevicebackup2_LDADD = ../src/libimobiledevice.la | 41 | idevicebackup2_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 42 | 42 | ||
| 43 | ideviceimagemounter_SOURCES = ideviceimagemounter.c | 43 | ideviceimagemounter_SOURCES = ideviceimagemounter.c |
| 44 | ideviceimagemounter_CFLAGS = $(AM_CFLAGS) | 44 | ideviceimagemounter_CFLAGS = $(AM_CFLAGS) |
| 45 | ideviceimagemounter_LDFLAGS = $(AM_LDFLAGS) | 45 | ideviceimagemounter_LDFLAGS = $(AM_LDFLAGS) |
| 46 | ideviceimagemounter_LDADD = ../src/libimobiledevice.la | 46 | ideviceimagemounter_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 47 | 47 | ||
| 48 | idevicescreenshot_SOURCES = idevicescreenshot.c | 48 | idevicescreenshot_SOURCES = idevicescreenshot.c |
| 49 | idevicescreenshot_CFLAGS = $(AM_CFLAGS) | 49 | idevicescreenshot_CFLAGS = $(AM_CFLAGS) |
| 50 | idevicescreenshot_LDFLAGS = $(AM_LDFLAGS) | 50 | idevicescreenshot_LDFLAGS = $(AM_LDFLAGS) |
| 51 | idevicescreenshot_LDADD = ../src/libimobiledevice.la | 51 | idevicescreenshot_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 52 | 52 | ||
| 53 | ideviceenterrecovery_SOURCES = ideviceenterrecovery.c | 53 | ideviceenterrecovery_SOURCES = ideviceenterrecovery.c |
| 54 | ideviceenterrecovery_CFLAGS = $(AM_CFLAGS) | 54 | ideviceenterrecovery_CFLAGS = $(AM_CFLAGS) |
| 55 | ideviceenterrecovery_LDFLAGS = $(AM_LDFLAGS) | 55 | ideviceenterrecovery_LDFLAGS = $(AM_LDFLAGS) |
| 56 | ideviceenterrecovery_LDADD = ../src/libimobiledevice.la | 56 | ideviceenterrecovery_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 57 | 57 | ||
| 58 | idevicedate_SOURCES = idevicedate.c | 58 | idevicedate_SOURCES = idevicedate.c |
| 59 | idevicedate_CFLAGS = $(AM_CFLAGS) | 59 | idevicedate_CFLAGS = $(AM_CFLAGS) |
| 60 | idevicedate_LDFLAGS = $(AM_LDFLAGS) | 60 | idevicedate_LDFLAGS = $(AM_LDFLAGS) |
| 61 | idevicedate_LDADD = ../src/libimobiledevice.la | 61 | idevicedate_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 62 | 62 | ||
| 63 | ideviceprovision_SOURCES = ideviceprovision.c | 63 | ideviceprovision_SOURCES = ideviceprovision.c |
| 64 | ideviceprovision_CFLAGS = $(AM_CFLAGS) | 64 | ideviceprovision_CFLAGS = $(AM_CFLAGS) |
| 65 | ideviceprovision_LDFLAGS = $(AM_LDFLAGS) | 65 | ideviceprovision_LDFLAGS = $(AM_LDFLAGS) |
| 66 | ideviceprovision_LDADD = ../src/libimobiledevice.la | 66 | ideviceprovision_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 67 | 67 | ||
| 68 | idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c | 68 | idevicedebugserverproxy_SOURCES = idevicedebugserverproxy.c |
| 69 | idevicedebugserverproxy_CFLAGS = $(AM_CFLAGS) | 69 | idevicedebugserverproxy_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) |
| 70 | idevicedebugserverproxy_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS) | 70 | idevicedebugserverproxy_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 71 | idevicedebugserverproxy_LDADD = ../src/libimobiledevice.la | 71 | idevicedebugserverproxy_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 72 | 72 | ||
| 73 | idevicediagnostics_SOURCES = idevicediagnostics.c | 73 | idevicediagnostics_SOURCES = idevicediagnostics.c |
| 74 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) | 74 | idevicediagnostics_CFLAGS = $(AM_CFLAGS) |
| 75 | idevicediagnostics_LDFLAGS = $(AM_LDFLAGS) | 75 | idevicediagnostics_LDFLAGS = $(AM_LDFLAGS) |
| 76 | idevicediagnostics_LDADD = ../src/libimobiledevice.la | 76 | idevicediagnostics_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 77 | 77 | ||
| 78 | if !WIN32 | 78 | if !WIN32 |
| 79 | bin_PROGRAMS += idevicecrashreport | 79 | bin_PROGRAMS += idevicecrashreport |
| 80 | idevicecrashreport_SOURCES = idevicecrashreport.c | 80 | idevicecrashreport_SOURCES = idevicecrashreport.c |
| 81 | idevicecrashreport_CFLAGS = $(AM_CFLAGS) | 81 | idevicecrashreport_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) |
| 82 | idevicecrashreport_LDFLAGS = $(top_srcdir)/common/libinternalcommon.la $(AM_LDFLAGS) | 82 | idevicecrashreport_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 83 | idevicecrashreport_LDADD = ../src/libimobiledevice.la | 83 | idevicecrashreport_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 84 | endif | 84 | endif |
