diff options
author | 2021-11-24 03:46:42 +0100 | |
---|---|---|
committer | 2021-11-24 03:46:42 +0100 | |
commit | 2c6121db9ad84b8aad05b937e071ff7dcc9c8867 (patch) | |
tree | a255055506781da1bd6c0d3cf42f5996189d23a2 /src/Makefile.am | |
parent | fa8bfb65c70edd4d2617fbbf970302beb9a4ced2 (diff) | |
download | libimobiledevice-2c6121db9ad84b8aad05b937e071ff7dcc9c8867.tar.gz libimobiledevice-2c6121db9ad84b8aad05b937e071ff7dcc9c8867.tar.bz2 |
Add Reverse Proxy implementation
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 183a745..106eef7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -47,6 +47,7 @@ libimobiledevice_1_0_la_SOURCES = \ | |||
47 | mobileactivation.c mobileactivation.h \ | 47 | mobileactivation.c mobileactivation.h \ |
48 | preboard.c preboard.h \ | 48 | preboard.c preboard.h \ |
49 | companion_proxy.c companion_proxy.h \ | 49 | companion_proxy.c companion_proxy.h \ |
50 | reverse_proxy.c reverse_proxy.h \ | ||
50 | syslog_relay.c syslog_relay.h | 51 | syslog_relay.c syslog_relay.h |
51 | 52 | ||
52 | if WIN32 | 53 | if WIN32 |