summaryrefslogtreecommitdiff
path: root/src/library/Makefile
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2010-04-05 20:32:08 +0200
committerAlexis211 <alexis211@gmail.com>2010-04-05 20:32:08 +0200
commitca4f5906f284e60a7a59ca7450e3e09c4f9356e5 (patch)
treea44542c66cd9533c921f399fc1bee62703d15538 /src/library/Makefile
parent8d94ae49601e0e4023bcdc35191669b2c24f6c96 (diff)
downloadTCE-ca4f5906f284e60a7a59ca7450e3e09c4f9356e5.tar.gz
TCE-ca4f5906f284e60a7a59ca7450e3e09c4f9356e5.zip
Some stuff added to userland.
Diffstat (limited to 'src/library/Makefile')
-rw-r--r--src/library/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/Makefile b/src/library/Makefile
index f7161b6..1451c26 100644
--- a/src/library/Makefile
+++ b/src/library/Makefile
@@ -9,7 +9,7 @@ LDFLAGS = -r
Library = grapes.o
Objects = gc/syscall.o gc/server.o \
gc/mem.o gc/shm.o \
- std/mutex.o \
+ std/mutex.o std/string.o \
start.o
all: $(Library)