summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d9017c306..7b1f3f1f93 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
CSRCS = symbol_table.c hash_table.c glsl_types.c
-CCSRCS = glsl_parser.tab.cpp glsl_lexer.cpp glsl_parser_extras.cpp
+CCSRCS = glsl_parser.tab.cpp glsl_lexer.cpp glsl_parser_extras.cpp \
+ ast_expr.cpp
# ast_to_hir.cpp ir.cpp hir_field_selection.cpp
OBJS = $(CSRCS:.c=.o) $(CCSRCS:.cpp=.o)