diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-03-20 04:34:14 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-03-20 04:34:14 +0100 |
commit | d17a91f1851e8f0b3a3353d677ad8d1f51e921b7 (patch) | |
tree | 30316253f23ab99c106832deeb6c7d36adab27fc /LibGUI | |
parent | 9120b05a4044b346be397b0ae5b9b7e9a8cbd0b1 (diff) | |
download | serenity-d17a91f1851e8f0b3a3353d677ad8d1f51e921b7.zip |
Move WindowServer into Servers.
Diffstat (limited to 'LibGUI')
-rw-r--r-- | LibGUI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGUI/Makefile b/LibGUI/Makefile index d0479b07bf..9648deb7fa 100644 --- a/LibGUI/Makefile +++ b/LibGUI/Makefile @@ -56,7 +56,7 @@ STANDARD_FLAGS = -std=c++17 WARNING_FLAGS = -Wextra -Wall -Wundef -Wcast-qual -Wwrite-strings -Wimplicit-fallthrough FLAVOR_FLAGS = -fno-exceptions -fno-rtti OPTIMIZATION_FLAGS = -Os -INCLUDE_FLAGS = -I../LibC -I.. -I. +INCLUDE_FLAGS = -I../LibC -I../Servers -I.. -I. DEFINES = -DSERENITY -DUSERLAND -DSANITIZE_PTRS -DLIBGUI |