summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 73b231e97a..87265d6215 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ ROOT = .
# project
PROJECT_NAME = scala
PROJECT_ROOT = $(ROOT)
+PROJECT_SOURCES += $(META_SOURCES)
PROJECT_SOURCES += $(RUNTIME_SOURCES)
PROJECT_SOURCES += $(COMPILER_SOURCES)
PROJECT_SOURCES += $(INTERPRETER_SOURCES)