diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2023-10-11 07:01:44 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2023-10-11 07:01:44 (GMT) |
commit | 404097b7b07b336b427b3682ec2bc48d831cb2e9 (patch) | |
tree | d27489a8736a3e9cd988415f8bf330129d50574c | |
parent | 9b08a7d256df63ee27fc7a086439fe19853b273a (diff) |
Fix plugin compilation dependency order.
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 3bc3fa5..1cda6e0 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -14,14 +14,12 @@ endif # androhelpers SUBDIRS = \ $(PYTHON3_SUBDIRS) \ - apihashing \ arm \ bootimg \ devdbg \ dex \ dexbnf \ dwarf \ - encodings \ elf \ fmtp \ itanium \ @@ -30,8 +28,10 @@ SUBDIRS = \ mobicore \ pe \ yaml \ + apihashing \ bhash \ dalvik \ + encodings \ libcsem \ lnxsyscalls \ readdex \ |