summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-02-06 12:04:00 +0100
committerAndreas Kling <kling@serenityos.org>2020-02-06 12:04:00 +0100
commit9ac94d393e02c8e725d58affd03b1fd0e0c45552 (patch)
tree7152a9134e30bf1b965c6e8f9e5b8f71098da861 /Userland
parent11580babbfb1b8ae0acab2400f11d905c35642f5 (diff)
downloadserenity-9ac94d393e02c8e725d58affd03b1fd0e0c45552.zip
LibGfx: Rename from LibDraw :^)
Diffstat (limited to 'Userland')
-rw-r--r--Userland/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Makefile b/Userland/Makefile
index cede7cf547..717c41425b 100644
--- a/Userland/Makefile
+++ b/Userland/Makefile
@@ -4,7 +4,7 @@ APPS = ${SRCS:.cpp=}
EXTRA_CLEAN = $(APPS)
-LIB_DEPS = HTML GUI Draw Audio Protocol IPC Thread Pthread Core PCIDB Markdown
+LIB_DEPS = HTML GUI Gfx Audio Protocol IPC Thread Pthread Core PCIDB Markdown
include ../Makefile.common