summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/operands/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-06-07 20:42:22 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-06-07 20:42:22 (GMT)
commitad1caf61fccd0d74be6ac92c41d83e9b0008ff2b (patch)
tree025d935a91ab84e43eb7a20e6192293ab2e87d55 /plugins/pychrysalide/arch/operands/Makefile.am
parentc87020ce7d1cd0a46f8122839c53ffa3e49fd172 (diff)
Reorganized the operands behaving like proxies.
Diffstat (limited to 'plugins/pychrysalide/arch/operands/Makefile.am')
-rw-r--r--plugins/pychrysalide/arch/operands/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/pychrysalide/arch/operands/Makefile.am b/plugins/pychrysalide/arch/operands/Makefile.am
index 7938320..2074b6b 100644
--- a/plugins/pychrysalide/arch/operands/Makefile.am
+++ b/plugins/pychrysalide/arch/operands/Makefile.am
@@ -3,8 +3,10 @@ noinst_LTLIBRARIES = libpychrysaarchoperands.la
libpychrysaarchoperands_la_SOURCES = \
constants.h constants.c \
+ feeder.h feeder.c \
immediate.h immediate.c \
module.h module.c \
+ proxy.h proxy.c \
register.h register.c \
rename.h rename.c \
targetable.h targetable.c