diff options
| author | 2020-03-30 14:15:24 +0200 | |
|---|---|---|
| committer | 2020-03-30 14:15:24 +0200 | |
| commit | e6a4ab68cb860878b06f51a40cfde44e3971d55e (patch) | |
| tree | 304c07f25daf296223e3b67b570367076e76b971 /tools/Makefile.am | |
| parent | 3d8d13f0a70cefc1b12571b7f6aa2d1d4c58cffb (diff) | |
| download | libimobiledevice-e6a4ab68cb860878b06f51a40cfde44e3971d55e.tar.gz libimobiledevice-e6a4ab68cb860878b06f51a40cfde44e3971d55e.tar.bz2 | |
Add idevicesetlocation tool
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index db929bb..726dc18 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
| @@ -3,7 +3,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) | |||
| 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libgcrypt_CFLAGS) $(openssl_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS) | 3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libgnutls_CFLAGS) $(libtasn1_CFLAGS) $(libgcrypt_CFLAGS) $(openssl_CFLAGS) $(libplist_CFLAGS) $(LFS_CFLAGS) |
| 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgcrypt_LIBS) $(openssl_LIBS) $(libplist_LIBS) | 4 | AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(libgcrypt_LIBS) $(openssl_LIBS) $(libplist_LIBS) |
| 5 | 5 | ||
| 6 | bin_PROGRAMS = idevice_id ideviceinfo idevicename idevicepair idevicesyslog ideviceimagemounter idevicescreenshot ideviceenterrecovery idevicedate idevicebackup idevicebackup2 ideviceprovision idevicedebugserverproxy idevicediagnostics idevicedebug idevicenotificationproxy idevicecrashreport | 6 | bin_PROGRAMS = idevice_id ideviceinfo idevicename idevicepair idevicesyslog ideviceimagemounter idevicescreenshot ideviceenterrecovery idevicedate idevicebackup idevicebackup2 ideviceprovision idevicedebugserverproxy idevicediagnostics idevicedebug idevicenotificationproxy idevicecrashreport idevicesetlocation |
| 7 | 7 | ||
| 8 | ideviceinfo_SOURCES = ideviceinfo.c | 8 | ideviceinfo_SOURCES = ideviceinfo.c |
| 9 | ideviceinfo_CFLAGS = $(AM_CFLAGS) | 9 | ideviceinfo_CFLAGS = $(AM_CFLAGS) |
| @@ -89,3 +89,8 @@ idevicecrashreport_SOURCES = idevicecrashreport.c | |||
| 89 | idevicecrashreport_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) | 89 | idevicecrashreport_CFLAGS = -I$(top_srcdir) $(AM_CFLAGS) |
| 90 | idevicecrashreport_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | 90 | idevicecrashreport_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) |
| 91 | idevicecrashreport_LDADD = $(top_builddir)/src/libimobiledevice.la | 91 | idevicecrashreport_LDADD = $(top_builddir)/src/libimobiledevice.la |
| 92 | |||
| 93 | idevicesetlocation_SOURCES = idevicesetlocation.c | ||
| 94 | idevicesetlocation_CFLAGS = $(AM_CFLAGS) | ||
| 95 | idevicesetlocation_LDFLAGS = $(top_builddir)/common/libinternalcommon.la $(AM_LDFLAGS) | ||
| 96 | idevicesetlocation_LDADD = $(top_builddir)/src/libimobiledevice.la | ||
