summaryrefslogtreecommitdiff
path: root/LibC
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-16 02:39:16 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-16 02:39:16 +0200
commit33920df299620822cd9f95f9c7475d1e39a21e63 (patch)
treeaeec0e4b4bb289c0f0a036d845033ee628e22a42 /LibC
parenta082738f04e099b7200172a8742d9e1cbf6bb1c1 (diff)
downloadserenity-33920df299620822cd9f95f9c7475d1e39a21e63.zip
AK: Try to use StringViews more for substrings and splitting.
Diffstat (limited to 'LibC')
-rw-r--r--LibC/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibC/Makefile b/LibC/Makefile
index dd2d7c839d..f6c209cfee 100644
--- a/LibC/Makefile
+++ b/LibC/Makefile
@@ -1,6 +1,7 @@
AK_OBJS = \
../AK/StringImpl.o \
../AK/String.o \
+ ../AK/StringView.o \
../AK/StringBuilder.o \
../AK/FileSystemPath.o \
../AK/StdLibExtras.o \