diff options
author | Andreas Kling <kling@serenityos.org> | 2020-02-06 12:04:00 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-02-06 12:04:00 +0100 |
commit | 9ac94d393e02c8e725d58affd03b1fd0e0c45552 (patch) | |
tree | 7152a9134e30bf1b965c6e8f9e5b8f71098da861 /Applications/About | |
parent | 11580babbfb1b8ae0acab2400f11d905c35642f5 (diff) | |
download | serenity-9ac94d393e02c8e725d58affd03b1fd0e0c45552.zip |
LibGfx: Rename from LibDraw :^)
Diffstat (limited to 'Applications/About')
-rwxr-xr-x | Applications/About/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/About/Makefile b/Applications/About/Makefile index cb2e9db167..928c8c530c 100755 --- a/Applications/About/Makefile +++ b/Applications/About/Makefile @@ -3,7 +3,7 @@ OBJS = \ PROGRAM = About -LIB_DEPS = GUI Draw IPC Core +LIB_DEPS = GUI Gfx IPC Core DEFINES += -DGIT_COMMIT=\"`git rev-parse --short HEAD`\" -DGIT_BRANCH=\"`git rev-parse --abbrev-ref HEAD`\" -DGIT_CHANGES=\"`git diff-index --quiet HEAD -- && echo "tracked"|| echo "untracked"`\" |