diff options
Diffstat (limited to 'Libraries/LibJS/Makefile')
-rw-r--r-- | Libraries/LibJS/Makefile | 1 |
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 \ |