diff options
author | 2022-12-10 02:22:12 +0100 | |
---|---|---|
committer | 2022-12-10 02:22:12 +0100 | |
commit | a6775bc588db13838bebec42b139748d337e7189 (patch) | |
tree | d4e929e40bb8b2c812fcc38443033abf65bffdb6 /tools/Makefile.am | |
parent | b314f04bd791b263cf43fadc6ac0756e67ab4ed0 (diff) | |
download | libimobiledevice-a6775bc588db13838bebec42b139748d337e7189.tar.gz libimobiledevice-a6775bc588db13838bebec42b139748d337e7189.tar.bz2 |
tools: Add idevicedevmodectl tool
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index e8ef3ab..47e05b2 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am | |||
@@ -27,6 +27,7 @@ bin_PROGRAMS = \ | |||
27 | idevicedebugserverproxy \ | 27 | idevicedebugserverproxy \ |
28 | idevicediagnostics \ | 28 | idevicediagnostics \ |
29 | idevicedebug \ | 29 | idevicedebug \ |
30 | idevicedevmodectl \ | ||
30 | idevicenotificationproxy \ | 31 | idevicenotificationproxy \ |
31 | idevicecrashreport \ | 32 | idevicecrashreport \ |
32 | idevicesetlocation | 33 | idevicesetlocation |
@@ -111,6 +112,11 @@ idevicedebug_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) | |||
111 | idevicedebug_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) | 112 | idevicedebug_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) |
112 | idevicedebug_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la | 113 | idevicedebug_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la |
113 | 114 | ||
115 | idevicedevmodectl_SOURCES = idevicedevmodectl.c | ||
116 | idevicedevmodectl_CFLAGS = $(AM_CFLAGS) $(limd_glue_CFLAGS) | ||
117 | idevicedevmodectl_LDFLAGS = $(AM_LDFLAGS) $(limd_glue_LIBS) | ||
118 | idevicedevmodectl_LDADD = $(top_builddir)/src/libimobiledevice-1.0.la $(top_builddir)/common/libinternalcommon.la | ||
119 | |||
114 | idevicenotificationproxy_SOURCES = idevicenotificationproxy.c | 120 | idevicenotificationproxy_SOURCES = idevicenotificationproxy.c |
115 | idevicenotificationproxy_CFLAGS = $(AM_CFLAGS) | 121 | idevicenotificationproxy_CFLAGS = $(AM_CFLAGS) |
116 | idevicenotificationproxy_LDFLAGS = $(AM_LDFLAGS) | 122 | idevicenotificationproxy_LDFLAGS = $(AM_LDFLAGS) |