summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-06-11 15:31:22 -0400
committerAdrian Thurston <thurston@complang.org>2013-06-11 15:31:22 -0400
commitc1a7f3b61db975719bab12fe39dd3c93e9443f7a (patch)
treecf2ff2beac7d32c676c472a438f4df67f8313041 /src
parentb2656e1a23e45e2b16c91958448a6ccddadbfba7 (diff)
downloadcolm-0.11.1.tar.gz
dist fixescolm-0.11.1
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 387a703d..0bb88ca3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,7 +50,7 @@ libprog_a_SOURCES = \
buffer.h bytecode.h colm.h debug.h dotgen.h fsmcodegen.h fsmgraph.h \
input.h keyops.h map.h parsedata.h \
parsetree.h pcheck.h pdacodegen.h pdagraph.h pdarun.h pool.h redbuild.h \
- redfsm.h rtvector.h tree.h version.h global.h colm.h parser.h \
+ redfsm.h rtvector.h tree.h version.h global.h colm.h parser.h cstring.h \
\
resolve.cc synthesis.cc parsetree.cc \
fsmstate.cc fsmbase.cc fsmattach.cc fsmmin.cc \