summaryrefslogtreecommitdiff
path: root/src/arch/Makefile.am
diff options
context:
space:
mode:
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 \