summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-04-30 07:46:15 +0000
committerpaltherr <paltherr@epfl.ch>2003-04-30 07:46:15 +0000
commite0d3451834b3cc5748dadb6b53971c05878faee4 (patch)
tree4cbec9d0fa749cfb87b7ae575a6db52a866fabdd /Makefile
parentfa72586d0b7c8fef92643d1d1402c8d94bea9c3d (diff)
downloadscala-e0d3451834b3cc5748dadb6b53971c05878faee4.tar.gz
scala-e0d3451834b3cc5748dadb6b53971c05878faee4.tar.bz2
scala-e0d3451834b3cc5748dadb6b53971c05878faee4.zip
- Added META_SOURCES to PROJECT_SOURCES
Diffstat (limited to 'Makefile')
-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)