fix FDBPut offset
[tedtools.git] / Makefile
index cdd4683..e58d726 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,16 @@
 CC=gcc
 AR=ar rcv
 RANLIB=ranlib
-LD=ld -x -shared
+LD=ld -x -shared 
 
 INCLUDE=-I.
 CFLAGS=-Wall -g -O2 -pedantic -ansi -DASSERT_CORE -D_GNU_SOURCE -DHAVE_POLL_H -DHAVE_SYS_POLL_H -DHAVE_HSTRERROR
-LIB=-L. -ltedtools
+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
-PROGS=sfxtest hextest inftest kilter
+       regis.o prs_inf.o shmem.o tcp.o udp.o connpool.o \
+       psort.o flatdb.o
+PROGS=sfxtest hextest inftest kilter psortex
 
 .SUFFIXES: .o.c