summaryrefslogtreecommitdiff
path: root/src/arch/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-06 17:46:57 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-06 17:46:57 (GMT)
commitc4b5b5d4d88dc60caad7a10b22c38cc796fdec08 (patch)
tree52b76bf373a32e2b71701548d7213bd23d33cd4d /src/arch/Makefile.am
parentf1d0462ab0f41ace04d8db02dd8ae3ee37f41a58 (diff)
Introduced some extra kinds of objects to render disassembled code.
Diffstat (limited to 'src/arch/Makefile.am')
-rw-r--r--src/arch/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/Makefile.am b/src/arch/Makefile.am
index b600557..4c15349 100644
--- a/src/arch/Makefile.am
+++ b/src/arch/Makefile.am
@@ -5,16 +5,20 @@ libarch_la_SOURCES = \
archbase.h archbase.c \
context-int.h \
context.h context.c \
+ feeder-int.h \
+ feeder.h feeder.c \
immediate.h immediate.c \
instriter.h instriter.c \
instruction-int.h \
instruction.h instruction.c \
link.h link.c \
+ meta.h meta.c \
operand-int.h \
operand.h operand.c \
post.h post.c \
processor-int.h \
processor.h processor.c \
+ proxy.h proxy.c \
raw.h raw.c \
register-int.h \
register.h register.c \