diff options
| author | 2013-05-23 14:14:48 +0200 | |
|---|---|---|
| committer | 2013-05-23 14:14:48 +0200 | |
| commit | 06d2399461182e0c0c113fb473902e204117641e (patch) | |
| tree | a246259839027fbf1cf5064a1a6c8c132bdce70e /src/Makefile.am | |
| parent | c68121961226dcce52ad38daced6ad848555849e (diff) | |
| download | libimobiledevice-06d2399461182e0c0c113fb473902e204117641e.tar.gz libimobiledevice-06d2399461182e0c0c113fb473902e204117641e.tar.bz2 | |
Add protocol implementation for syslog_relay service
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 7024ead..d47bee6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
| @@ -26,7 +26,8 @@ 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 | webinspector.c webinspector.h | 29 | webinspector.c webinspector.h\ |
| 30 | syslog_relay.c syslog_relay.h | ||
| 30 | 31 | ||
| 31 | if WIN32 | 32 | if WIN32 |
| 32 | libimobiledevice_la_LIBADD += -lole32 | 33 | libimobiledevice_la_LIBADD += -lole32 |
