diff options
Diffstat (limited to 'lib/Makefile.am')
| -rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 9644940..664f9be 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,6 +4,9 @@ noinst_HEADERS = aplwc_internal.h libaplwc_la_SOURCES = \ autocomplete.c \ + compile.c \ + decode_instr.c \ + encode_instr.c \ eval.c \ exit.c \ free_ast.c \ |