mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
LibLine: Rename from LibLineEdit
This commit is contained in:
parent
9c7451a21d
commit
a30a3277a3
Notes:
sideshowbarker
2024-07-19 08:02:00 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a30a3277a3c
7 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
OBJS = \
|
||||
LineEditor.o
|
||||
|
||||
LIBRARY = liblineedit.a
|
||||
LIBRARY = libline.a
|
||||
|
||||
include ../../Makefile.common
|
|
@ -4,6 +4,6 @@ OBJS = \
|
|||
|
||||
PROGRAM = Shell
|
||||
|
||||
LIB_DEPS = Core LineEdit
|
||||
LIB_DEPS = Core Line
|
||||
|
||||
include ../Makefile.common
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include <LibCore/DirIterator.h>
|
||||
#include <LibCore/ElapsedTimer.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <LibLineEdit/LineEditor.h>
|
||||
#include <LibLine/LineEditor.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <pwd.h>
|
||||
|
|
|
@ -4,7 +4,7 @@ APPS = ${SRCS:.cpp=}
|
|||
|
||||
EXTRA_CLEAN = $(APPS)
|
||||
|
||||
LIB_DEPS = Web GUI Gfx Audio Protocol IPC Thread Pthread PCIDB Markdown JS Core LineEdit
|
||||
LIB_DEPS = Web GUI Gfx Audio Protocol IPC Thread Pthread PCIDB Markdown JS Core Line
|
||||
|
||||
include ../Makefile.common
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include <LibJS/Runtime/Object.h>
|
||||
#include <LibJS/Runtime/PrimitiveString.h>
|
||||
#include <LibJS/Runtime/Value.h>
|
||||
#include <LibLineEdit/LineEditor.h>
|
||||
#include <LibLine/LineEditor.h>
|
||||
#include <stdio.h>
|
||||
|
||||
bool dump_ast = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue