summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-02-17 09:59:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-02-17 09:59:45 (GMT)
commit838ed83634c445e4ba1b15998f4ad50d1e7503c9 (patch)
treedfd7a6b5be9217723d69742da868df8404da1ff1 /configure.ac
parent5108aad8eb7b20a14c1e7d9e084af2272035192d (diff)
Relocated the undefined instructions.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3991e72..3759c75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -446,6 +446,7 @@ AC_CONFIG_FILES([Makefile
plugins/pychrysalide/analysis/disass/Makefile
plugins/pychrysalide/analysis/types/Makefile
plugins/pychrysalide/arch/Makefile
+ plugins/pychrysalide/arch/instructions/Makefile
plugins/pychrysalide/arch/operands/Makefile
plugins/pychrysalide/common/Makefile
plugins/pychrysalide/core/Makefile
@@ -479,6 +480,7 @@ AC_CONFIG_FILES([Makefile
src/analysis/human/asm/Makefile
src/analysis/types/Makefile
src/arch/Makefile
+ src/arch/instructions/Makefile
src/arch/operands/Makefile
src/common/Makefile
src/core/Makefile