X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fsorter%2FMakefile;h=7dfa34dea5a7420dad8a6af5e01ba2ebc971f5a1;hb=ed088bedabfba6dc0e1f48f3ba750407cf96a1b3;hp=ad14a927e35e282350777588fd8a1f8667d69193;hpb=9ff2d1d3d98e39cfe57e38519427a7754d73cb6c;p=libucw.git diff --git a/lib/sorter/Makefile b/lib/sorter/Makefile index ad14a927..7dfa34de 100644 --- a/lib/sorter/Makefile +++ b/lib/sorter/Makefile @@ -2,6 +2,8 @@ DIRS+=lib/sorter -LIBUCW_MODS+=sorter/config sorter/govern +LIBUCW_MODS+=$(addprefix sorter/, config govern sbuck array) +PROGS+=$(o)/lib/sorter/sort-test $(o)/lib/sorter/old-test $(o)/lib/sorter/sort-test: $(o)/lib/sorter/sort-test.o $(LIBUCW) +$(o)/lib/sorter/old-test: $(o)/lib/sorter/old-test.o $(LIBUCW)