summaryrefslogtreecommitdiff
path: root/src/scheme/Makefile-inc
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-12-10 00:02:00 -0800
committerKeith Packard <keithp@keithp.com>2017-12-10 00:02:00 -0800
commit17fe6de833cccb6d43d0ac0ed84a4faaa3463a09 (patch)
treec51ea265efd63b11473eaae7c816ce067b98df99 /src/scheme/Makefile-inc
parent0d3365e2c04793cd8432c30a66881f53385a2e60 (diff)
altos/scheme: Add vectors
Constant time and smaller can be a feature. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/scheme/Makefile-inc')
-rw-r--r--src/scheme/Makefile-inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scheme/Makefile-inc b/src/scheme/Makefile-inc
index d23ee3d7..1a080a4e 100644
--- a/src/scheme/Makefile-inc
+++ b/src/scheme/Makefile-inc
@@ -15,7 +15,8 @@ SCHEME_SRCS=\
ao_scheme_rep.c \
ao_scheme_save.c \
ao_scheme_stack.c \
- ao_scheme_error.c
+ ao_scheme_error.c \
+ ao_scheme_vector.c
SCHEME_HDRS=\
ao_scheme.h \