summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-03-23 01:47:50 +0100
committerGravatar Nikias Bassen2024-03-23 01:47:50 +0100
commitbb5abbff8236fdbac4fd69b930f934500fa94eaf (patch)
treea87156a547ddd6f63633e3b77d10998cd8596ee9 /src/Makefile.am
parent3531163a1b79b3646f1a36e1743a5be5e6daf5ab (diff)
downloadlibimobiledevice-glue-bb5abbff8236fdbac4fd69b930f934500fa94eaf.tar.gz
libimobiledevice-glue-bb5abbff8236fdbac4fd69b930f934500fa94eaf.tar.bz2
Add helper code to deal with NSKeyedArchiver plist data
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b709103..0db7ede 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,6 +12,7 @@ libimobiledevice_glue_1_0_la_SOURCES = \
socket.c \
thread.c \
utils.c \
+ nskeyedarchive.c \
collection.c \
termcolors.c \
cbuf.c \