about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 414af85..3652375 100644
--- a/makefile
+++ b/makefile
@@ -14,7 +14,7 @@ endif
 
 INCLUDES=-Iinc/
 
-OBJECTS=obj/salloc.c.o obj/arena.c.o obj/resarr.c.o
+OBJECTS=obj/salloc.c.o obj/arena.c.o obj/resarr.c.o obj/sstring.c.o
 
 .PHONY: all
 all: build/lib/libspicy.so build/lib/static/libspicy.a includes