summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/operands/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-08-14 22:41:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-08-14 22:41:51 (GMT)
commit40e1d396f2393d4444ce7e13462803dbc555a4fa (patch)
treefcf9b2763fbb35e6b9fd87ae1ee2d83d6d6de312 /plugins/pychrysalide/arch/operands/Makefile.am
parenta6c0351774988094a51c9502f2a8e07633956263 (diff)
Reorganize the code for immediate operands.
Diffstat (limited to 'plugins/pychrysalide/arch/operands/Makefile.am')
-rw-r--r--plugins/pychrysalide/arch/operands/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/pychrysalide/arch/operands/Makefile.am b/plugins/pychrysalide/arch/operands/Makefile.am
index 725096f..cf00ce2 100644
--- a/plugins/pychrysalide/arch/operands/Makefile.am
+++ b/plugins/pychrysalide/arch/operands/Makefile.am
@@ -5,6 +5,7 @@ libpychrysaarchoperands_la_SOURCES = \
constants.h constants.c \
feeder.h feeder.c \
immediate.h immediate.c \
+ known.h known.c \
module.h module.c \
proxy.h proxy.c \
register.h register.c \