mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
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.
12 lines
191 B
Makefile
12 lines
191 B
Makefile
OBJS = \
|
|
DirectoryView.o \
|
|
FileUtils.o \
|
|
PropertiesDialog.o \
|
|
main.o
|
|
|
|
PROGRAM = FileManager
|
|
|
|
LIB_DEPS = GUI Gfx Desktop IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|