Add flat file manager (need testing)
[tedtools.git] / Makefile
index c10b9ed..e58d726 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ LIB=-L. -ltedtools -lm
 
 OBJS=tlog.o tmalloc.o tools.o prs_hmap.o sfxstr.o \
        regis.o prs_inf.o shmem.o tcp.o udp.o connpool.o \
-       psort.o
+       psort.o flatdb.o
 PROGS=sfxtest hextest inftest kilter psortex
 
 .SUFFIXES: .o.c