From e28d96d4e976ecb19a4d2a094609f122e08ea8fa Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 5 Apr 2022 01:43:29 +0200 Subject: ipsw: Use libplist's new plist_from_json API --- src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 4a99dec..a89a9c6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,9 +45,7 @@ idevicerestore_SOURCES = \ limera1n_payload.h \ limera1n.c limera1n.h \ download.c download.h \ - locking.c locking.h \ - jsmn.c jsmn.h \ - json_plist.c json_plist.h + locking.c locking.h if USE_INTERNAL_SHA idevicerestore_SOURCES += sha1.c sha1.h sha512.c sha512.h fixedint.h endif -- cgit v1.1-32-gdbae