diff options
| author | 2014-06-21 01:53:31 +0200 | |
|---|---|---|
| committer | 2014-09-19 15:49:07 +0200 | |
| commit | 85f3680622da0eb3529e042793d4fbf9b0d41110 (patch) | |
| tree | 80c6b55d18596bffa305fbb081707fa6b1466e8c /src/Makefile.am | |
| parent | 643b47f43e11ed59d674d943b913ad13c7cbaab1 (diff) | |
| download | libimobiledevice-85f3680622da0eb3529e042793d4fbf9b0d41110.tar.gz libimobiledevice-85f3680622da0eb3529e042793d4fbf9b0d41110.tar.bz2 | |
Add protocol implementation for debugserver service
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 287b4e0..e45437b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -26,6 +26,7 @@ libimobiledevice_la_SOURCES = idevice.c idevice.h \ | |||
| 26 | restore.c restore.h\ | 26 | restore.c restore.h\ |
| 27 | diagnostics_relay.c diagnostics_relay.h\ | 27 | diagnostics_relay.c diagnostics_relay.h\ |
| 28 | heartbeat.c heartbeat.h\ | 28 | heartbeat.c heartbeat.h\ |
| 29 | debugserver.c debugserver.h\ | ||
| 29 | webinspector.c webinspector.h\ | 30 | webinspector.c webinspector.h\ |
| 30 | syslog_relay.c syslog_relay.h | 31 | syslog_relay.c syslog_relay.h |
| 31 | 32 | ||
