diff options
| author | 2012-04-01 01:42:28 +0200 | |
|---|---|---|
| committer | 2012-10-21 14:19:50 +0200 | |
| commit | 8b61d177dbfa5c12d582bd58df8243b6d21571b8 (patch) | |
| tree | e1df30e08431d0f8f3c480bdd394d9a740711015 /src/Makefile.am | |
| parent | d09e25b69d2744ba7a6a88cc58d9cc8fc4810d2a (diff) | |
| download | libimobiledevice-8b61d177dbfa5c12d582bd58df8243b6d21571b8.tar.gz libimobiledevice-8b61d177dbfa5c12d582bd58df8243b6d21571b8.tar.bz2 | |
diagnostics_relay: Add basic new service implementation
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d26baf1..f1f5f39 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -23,4 +23,5 @@ libimobiledevice_la_SOURCES = idevice.c idevice.h \ | |||
| 23 | house_arrest.c house_arrest.h\ | 23 | house_arrest.c house_arrest.h\ |
| 24 | mobilebackup2.c mobilebackup2.h\ | 24 | mobilebackup2.c mobilebackup2.h\ |
| 25 | misagent.c misagent.h\ | 25 | misagent.c misagent.h\ |
| 26 | restore.c restore.h | 26 | restore.c restore.h\ |
| 27 | diagnostics_relay.c diagnostics_relay.h | ||
