summaryrefslogtreecommitdiff
path: root/src/Makefile.files
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-13 12:27:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-13 12:27:44 +0300
commitbd6fd0a58ef50e1fa214ad4d5c337ebaa1d7cc29 (patch)
tree40ead1dc52487f7dc50aa42c1a17b48ebf071051 /src/Makefile.files
parentcad4a8a87daed1ddaeb1a4c0905f073b548b312d (diff)
downloadparanucker-bd6fd0a58ef50e1fa214ad4d5c337ebaa1d7cc29.tar.gz
paranucker-bd6fd0a58ef50e1fa214ad4d5c337ebaa1d7cc29.tar.bz2
paranucker-bd6fd0a58ef50e1fa214ad4d5c337ebaa1d7cc29.tar.xz
paranucker-bd6fd0a58ef50e1fa214ad4d5c337ebaa1d7cc29.zip
Add parsiong node COMPONENT_REF.
Diffstat (limited to 'src/Makefile.files')
-rw-r--r--src/Makefile.files4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.files b/src/Makefile.files
index 5a94f84..0bca659 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -166,4 +166,6 @@ SRC = analysis/analysis.cpp \
nodes/expr/mustnotthrow_expr.h \
parsers/expr/mustnotthrow_expr.cpp \
nodes/type/reference_type.h \
- parsers/type/reference_type.cpp \ No newline at end of file
+ parsers/type/reference_type.cpp \
+ nodes/expr/component_ref.h \
+ parsers/expr/component_ref.cpp \ No newline at end of file