summaryrefslogtreecommitdiff
path: root/Libraries/LibC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibC/Makefile')
-rw-r--r--Libraries/LibC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibC/Makefile b/Libraries/LibC/Makefile
index 2a79f519ac..cd9280ee8f 100644
--- a/Libraries/LibC/Makefile
+++ b/Libraries/LibC/Makefile
@@ -9,10 +9,10 @@ AK_OBJS = \
../../AK/JsonParser.o \
../../AK/LogStream.o \
../../AK/MappedFile.o \
+ ../../AK/SharedBuffer.o \
../../AK/Utf8View.o
LIBC_OBJS = \
- SharedBuffer.o \
stdio.o \
unistd.o \
string.o \