summaryrefslogtreecommitdiff
path: root/src/arch/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-06-25 06:46:04 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-06-25 06:46:04 (GMT)
commit3bf12eda58a8d04ac3d2d6754a480de4c262570d (patch)
tree010fc97ad481adc00ac4722d77093f469096638b /src/arch/Makefile.am
parent11395d684736467fb010b93b0eaeefcc06bf0f5e (diff)
Built the first steps to upgrade to Python3.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@379 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/Makefile.am')
-rw-r--r--src/arch/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/Makefile.am b/src/arch/Makefile.am
index 94c8305..e87247e 100644
--- a/src/arch/Makefile.am
+++ b/src/arch/Makefile.am
@@ -15,7 +15,8 @@ libarch_la_SOURCES = \
processor.h processor.c \
register-int.h \
register.h register.c \
- translate.h
+ translate.h \
+ vmpa.h vmpa.c
libarch_la_LIBADD = \
arm/libarcharm.la \