diff options
author | 2025-06-12 07:30:16 +0200 | |
---|---|---|
committer | 2025-06-12 07:30:16 +0200 | |
commit | eeb320dc055716e0ebeeb8845c9ca8c4e2451124 (patch) | |
tree | 0030be86adaafbdd5aaefa2e114e72ca8f6f747d /include/Makefile.am | |
parent | c65b19d8edfcc82230205a76da95d3a4a8a282ec (diff) | |
download | libimobiledevice-eeb320dc055716e0ebeeb8845c9ca8c4e2451124.tar.gz libimobiledevice-eeb320dc055716e0ebeeb8845c9ca8c4e2451124.tar.bz2 |
Add os_trace_relay service implementation
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 2abaf49..59e54df 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -23,6 +23,7 @@ nobase_include_HEADERS = \ libimobiledevice/diagnostics_relay.h \ libimobiledevice/debugserver.h \ libimobiledevice/syslog_relay.h \ + libimobiledevice/ostrace.h \ libimobiledevice/mobileactivation.h \ libimobiledevice/preboard.h \ libimobiledevice/companion_proxy.h \ |