From 970ecabc1ad30fa74e58f3d4ad9ccf41baffb8b0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 19 Dec 2009 19:16:33 -0500 Subject: Implement a symbol table. --- dimension/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'dimension/Makefile.am') diff --git a/dimension/Makefile.am b/dimension/Makefile.am index 4b7d20b..0e3c862 100644 --- a/dimension/Makefile.am +++ b/dimension/Makefile.am @@ -27,6 +27,7 @@ BUILT_SOURCES = grammar.h dimension_SOURCES = grammar.y \ lexer.l \ main.c \ + parse.c \ parse.h \ progressbar.c \ progressbar.h \ -- cgit v1.2.3