Immense cleanup of libc, implemening login program. Slight changes to ACL handling...
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / Makefile
index 293f783..fd186a9 100644 (file)
@@ -13,7 +13,7 @@ CFLAGS = -Wall -fPIC -fno-builtin -fno-stack-protector $(CPPFLAGS)
 ASFLAGS = -felf\r
 LDFLAGS = -x -shared -soname libc.so.1 -Map map.txt -e SoMain -L$(ACESSDIR)/Usermode/Libraries -lacess\r
 \r
-OBJ_LIBC = heap.o stdlib.o stub.o env.o fileIO.o signals.o\r
+OBJ_LIBC = heap.o stdlib.o stub.o env.o fileIO.o signals.o string.o\r
 BIN = ../libc.so.1\r
 \r
 .PHONY:        all clean\r

UCC git Repository :: git.ucc.asn.au