diff options
| author | 2013-02-23 00:49:26 +0100 | |
|---|---|---|
| committer | 2013-02-23 00:49:26 +0100 | |
| commit | 3658fc69f9e36e03638123dbf38cff4da74748e0 (patch) | |
| tree | 22a43c26f31a00cf11cafd24a5a21cbc3227aa95 /src/Makefile.am | |
| parent | 8afcea3008c993d9ed77228c3a45681086460f67 (diff) | |
| download | libimobiledevice-3658fc69f9e36e03638123dbf38cff4da74748e0.tar.gz libimobiledevice-3658fc69f9e36e03638123dbf38cff4da74748e0.tar.bz2 | |
webinspector: Add new service protocol 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 9186230..4b1c56c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -25,7 +25,8 @@ libimobiledevice_la_SOURCES = idevice.c idevice.h \ | |||
| 25 | mobilebackup2.c mobilebackup2.h\ | 25 | mobilebackup2.c mobilebackup2.h\ |
| 26 | misagent.c misagent.h\ | 26 | misagent.c misagent.h\ |
| 27 | restore.c restore.h\ | 27 | restore.c restore.h\ |
| 28 | diagnostics_relay.c diagnostics_relay.h | 28 | diagnostics_relay.c diagnostics_relay.h\ |
| 29 | webinspector.c webinspector.h | ||
| 29 | 30 | ||
| 30 | if WIN32 | 31 | if WIN32 |
| 31 | libimobiledevice_la_LIBADD += -lole32 | 32 | libimobiledevice_la_LIBADD += -lole32 |
