diff options
author | Linus Groh <mail@linusgroh.de> | 2020-04-03 18:45:18 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-03 20:04:21 +0200 |
commit | c26bef0e53a168ca03ecda9085ec106c936bf313 (patch) | |
tree | 77c73ad3a1d48af68a298157494158f52ce97b92 /Libraries/LibWeb/Makefile | |
parent | 07049f98ecdfdd59a786a3d492073e2eda7c372e (diff) | |
download | serenity-c26bef0e53a168ca03ecda9085ec106c936bf313.zip |
LibWeb: Add NavigatorObject to Makefile
Diffstat (limited to 'Libraries/LibWeb/Makefile')
-rw-r--r-- | Libraries/LibWeb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibWeb/Makefile b/Libraries/LibWeb/Makefile index f5a1818d5a..700452655c 100644 --- a/Libraries/LibWeb/Makefile +++ b/Libraries/LibWeb/Makefile @@ -7,6 +7,7 @@ LIBWEB_OBJS = \ Bindings/EventTargetWrapper.o \ Bindings/HTMLCanvasElementWrapper.o \ Bindings/MouseEventWrapper.o \ + Bindings/NavigatorObject.o \ Bindings/NodeWrapper.o \ Bindings/WindowObject.o \ Bindings/Wrappable.o \ |