From 06d2399461182e0c0c113fb473902e204117641e Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 23 May 2013 14:14:48 +0200 Subject: Add protocol implementation for syslog_relay service --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') 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 \ restore.c restore.h\ diagnostics_relay.c diagnostics_relay.h\ heartbeat.c heartbeat.h\ - webinspector.c webinspector.h + webinspector.c webinspector.h\ + syslog_relay.c syslog_relay.h if WIN32 libimobiledevice_la_LIBADD += -lole32 -- cgit v1.1-32-gdbae