From: Robert Spalek Date: Thu, 22 Mar 2001 15:56:47 +0000 (+0000) Subject: CVS repository cleaned up a bit: X-Git-Tag: holmes-import~1505 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=64c10a7b93ffdebbd6bd71c1eff6907b33fdf5f8;p=libucw.git CVS repository cleaned up a bit: gather/{objdump.c,dumpconfig.[ch]} and indexer/idxdump.c --> utils utils/lfstest.c deleted filter/ftest is not compiled by default rule for making lib/lfs-test.c added into Makefile --- diff --git a/lib/Makefile b/lib/Makefile index c76105d6..2a2ec59d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -16,3 +16,4 @@ obj/lib/db-rebuild: obj/lib/db-rebuild.o obj/lib/libsh.a obj/lib/buckettool: obj/lib/buckettool.o obj/lib/libsh.a obj/lib/conf-test: obj/lib/conf-test.o obj/lib/libsh.a obj/lib/sort-test: obj/lib/sort-test.o obj/lib/libsh.a +obj/lib/lfs-test: obj/lib/lfs-test.o obj/lib/libsh.a