diff options
author | Nikias Bassen | 2024-03-23 01:47:50 +0100 |
---|---|---|
committer | Nikias Bassen | 2024-03-23 01:47:50 +0100 |
commit | bb5abbff8236fdbac4fd69b930f934500fa94eaf (patch) | |
tree | a87156a547ddd6f63633e3b77d10998cd8596ee9 /include/Makefile.am | |
parent | 3531163a1b79b3646f1a36e1743a5be5e6daf5ab (diff) | |
download | libimobiledevice-glue-bb5abbff8236fdbac4fd69b930f934500fa94eaf.tar.gz libimobiledevice-glue-bb5abbff8236fdbac4fd69b930f934500fa94eaf.tar.bz2 |
Add helper code to deal with NSKeyedArchiver plist data
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index a194664..7aca2a0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -6,6 +6,7 @@ nobase_include_HEADERS = \ libimobiledevice-glue/socket.h \ libimobiledevice-glue/thread.h \ libimobiledevice-glue/utils.h \ + libimobiledevice-glue/nskeyedarchive.h \ libimobiledevice-glue/collection.h \ libimobiledevice-glue/termcolors.h \ libimobiledevice-glue/cbuf.h \ |