summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibJS/Makefile')
-rw-r--r--Libraries/LibJS/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibJS/Makefile b/Libraries/LibJS/Makefile
index 1a18967fc1..ff059321fb 100644
--- a/Libraries/LibJS/Makefile
+++ b/Libraries/LibJS/Makefile
@@ -18,6 +18,8 @@ OBJS = \
Runtime/ErrorPrototype.o \
Runtime/Exception.o \
Runtime/Function.o \
+ Runtime/FunctionConstructor.o \
+ Runtime/FunctionPrototype.o \
Runtime/GlobalObject.o \
Runtime/MathObject.o \
Runtime/NativeFunction.o \