summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2014-12-20 15:32:50 -0500
committerAdrian Thurston <thurston@complang.org>2014-12-20 15:32:50 -0500
commit286f1c6ea023cd993cf4e6a0d5d0529a3422a62e (patch)
tree322e6c1f2f83b820fb71519a8051cbf404edf807 /src/Makefile.am
parent67390d6e23bd4025a0025574d942d63c99006f57 (diff)
downloadcolm-286f1c6ea023cd993cf4e6a0d5d0529a3422a62e.tar.gz
can get/set vals in structs
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ce8a1162..869ddc62 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,7 +14,7 @@ RUNTIME_SRC = \
RUNTIME_HDR = \
bytecode.h config.h defs.h debug.h pool.h input.h \
- pdarun.h map.h tree.h program.h colm.h
+ pdarun.h map.h tree.h struct.h program.h colm.h
lib_LIBRARIES = libcolmp.a libcolmd.a