summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-02-20 18:23:25 -0500
committerAdrian Thurston <thurston@complang.org>2015-02-20 18:23:25 -0500
commitedc094c87f02ad4fb190fdef1a63ae4561d6e303 (patch)
treed2ca88d84f989b5893d3c511fba9e5cc9a7eb104
parent2a54c2ef48d7ed512c3a2e38fd85440924960850 (diff)
downloadcolm-edc094c87f02ad4fb190fdef1a63ae4561d6e303.tar.gz
include internal.h in the installed headers
Ultimately, internal.h shouldn't be included, but we need it for now
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b0485741..dd9c1fea 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,7 +30,7 @@ RUNTIME_SRC = \
RUNTIME_HDR = \
bytecode.h config.h defs.h debug.h pool.h input.h \
- pdarun.h map.h tree.h struct.h program.h colm.h
+ pdarun.h map.h tree.h struct.h program.h colm.h internal.h
lib_LIBRARIES = libcolmp.a libcolmd.a