summaryrefslogtreecommitdiff
path: root/src/arch/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-19 19:00:34 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-19 19:00:34 (GMT)
commita4f40b1971fe208bd9c25adebaeff5614aee87ee (patch)
tree376d1832e345b0bf451cd8d06b97e0c2cd37fa86 /src/arch/Makefile.am
parent5d94aa1a1e3af384307bb9d760410b61a33e7323 (diff)
Created an interface for jumping to addresses from operands.
Diffstat (limited to 'src/arch/Makefile.am')
-rw-r--r--src/arch/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/Makefile.am b/src/arch/Makefile.am
index 8710b13..b600557 100644
--- a/src/arch/Makefile.am
+++ b/src/arch/Makefile.am
@@ -20,6 +20,8 @@ libarch_la_SOURCES = \
register.h register.c \
storage.h storage.c \
target.h target.c \
+ targetableop-int.h \
+ targetableop.h targetableop.c \
undefined.h undefined.c \
vmpa.h vmpa.c