summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibJS/Makefile')
-rw-r--r--Libraries/LibJS/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibJS/Makefile b/Libraries/LibJS/Makefile
index f067594753..019c49d974 100644
--- a/Libraries/LibJS/Makefile
+++ b/Libraries/LibJS/Makefile
@@ -8,6 +8,7 @@ OBJS = \
Interpreter.o \
Lexer.o \
NativeFunction.o \
+ NativeProperty.o \
Object.o \
ObjectPrototype.o \
Parser.o \