diff options
author | Alexis211 <alexis211@gmail.com> | 2010-04-05 20:32:08 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2010-04-05 20:32:08 +0200 |
commit | ca4f5906f284e60a7a59ca7450e3e09c4f9356e5 (patch) | |
tree | a44542c66cd9533c921f399fc1bee62703d15538 /src/library/Makefile | |
parent | 8d94ae49601e0e4023bcdc35191669b2c24f6c96 (diff) | |
download | TCE-ca4f5906f284e60a7a59ca7450e3e09c4f9356e5.tar.gz TCE-ca4f5906f284e60a7a59ca7450e3e09c4f9356e5.zip |
Some stuff added to userland.
Diffstat (limited to 'src/library/Makefile')
-rw-r--r-- | src/library/Makefile | 2 |
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) |