summaryrefslogtreecommitdiff
path: root/Applications/FileManager/Makefile
diff options
context:
space:
mode:
authorNicholas Hollett <niax@niax.co.uk>2020-04-26 20:30:01 +0100
committerAndreas Kling <kling@serenityos.org>2020-05-09 15:13:32 +0200
commitb7810a31c3b50240a083a3e59ad8a38d2d12dddb (patch)
treeddc9f8dc73876c4323fd4297ec4ea8f0d14b1a39 /Applications/FileManager/Makefile
parent2708cc0f72c545b9c079b74c9d546ef55e6325ea (diff)
downloadserenity-b7810a31c3b50240a083a3e59ad8a38d2d12dddb.zip
LibDesktop: Switch to LaunchServer for DesktopServices::open
Moves DirectoryServices out of LibCore (because we need to link with LibIPC), renames it Desktop::Launcher (because Desktop::DesktopServices doesn't scan right) and ports it to use the LaunchServer which is now responsible for starting programs for a file.
Diffstat (limited to 'Applications/FileManager/Makefile')
-rw-r--r--Applications/FileManager/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/FileManager/Makefile b/Applications/FileManager/Makefile
index 0b4fd8793d..1a7e4bc7a9 100644
--- a/Applications/FileManager/Makefile
+++ b/Applications/FileManager/Makefile
@@ -6,6 +6,6 @@ OBJS = \
PROGRAM = FileManager
-LIB_DEPS = GUI Gfx IPC Thread Pthread Core
+LIB_DEPS = GUI Gfx Desktop IPC Thread Pthread Core
include ../../Makefile.common