From 90fc3833203192ff5a6009d339454b0265b4efc1 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 4 Feb 2022 04:21:28 +0100 Subject: Add support for Apple's OPACK encoding and TLV format --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 38a2349..b709103 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,6 +15,8 @@ libimobiledevice_glue_1_0_la_SOURCES = \ collection.c \ termcolors.c \ cbuf.c \ + opack.c \ + tlv.c \ common.h if WIN32 -- cgit v1.1-32-gdbae