diff options
author | Nikias Bassen | 2022-02-04 04:21:28 +0100 |
---|---|---|
committer | Nikias Bassen | 2022-02-04 04:21:28 +0100 |
commit | 90fc3833203192ff5a6009d339454b0265b4efc1 (patch) | |
tree | 36d43304d2849063b4549441eab38f53043cb5b9 /src/Makefile.am | |
parent | b5ccf24362f65cacc96f529c33bd2dcf2a50cf1b (diff) | |
download | libimobiledevice-glue-90fc3833203192ff5a6009d339454b0265b4efc1.tar.gz libimobiledevice-glue-90fc3833203192ff5a6009d339454b0265b4efc1.tar.bz2 |
Add support for Apple's OPACK encoding and TLV format
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |