summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-10-11 07:01:44 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-10-11 07:01:44 (GMT)
commit404097b7b07b336b427b3682ec2bc48d831cb2e9 (patch)
treed27489a8736a3e9cd988415f8bf330129d50574c /plugins/Makefile.am
parent9b08a7d256df63ee27fc7a086439fe19853b273a (diff)
Fix plugin compilation dependency order.
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am4
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 \