X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;fp=sources%2FMakefile;h=2d3a1dc89dfcf96cf8d200ba6c87302e96bdedc6;hp=38b67a41ee6261ea3f8eb652fd3ff7834777b039;hb=ef5f7db093d49d85a8c35d4f6add85592155cc09;hpb=315eea7f3c644f0b31bf227b6981ceb2cdbbe6f8 diff --git a/sources/Makefile b/sources/Makefile index 38b67a4..2d3a1dc 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -11,9 +11,9 @@ LIB = libgapil.so OBJ = FullRead.o FullWrite.o SigHand.o Mutex.o SharedMem.o LockFile.o \ DirScan.o endian.o SockUtil.o full_fread.o full_fwrite.o is_closing.o -FINAL = forktest errcode echo echod daytimed iterdaytimed daytime testfopen \ +FINAL = forktest errcode techo uecho echod daytimed iterdaytimed daytime \ testren fortune fortuned mqfortune mqfortuned flock myls dirmonitor \ - readmon ipctestid writeshm getcap #readshm + readmon ipctestid writeshm getcap testfopen #readshm $(LIB): $(OBJ) gcc -shared -lrt $^ -o $@