X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fsorter%2FMakefile;h=b54c05f41d55b3fc706609b2a443e21b25b37728;hb=7cf300f543b5023ad46a909ed6fde0feba5d1acd;hp=a9b94307c17aac6728f21f400a536efe2ba20d5c;hpb=a1f74b39f32118bc29bd83e73564143000aeb951;p=libucw.git diff --git a/lib/sorter/Makefile b/lib/sorter/Makefile index a9b94307..b54c05f4 100644 --- a/lib/sorter/Makefile +++ b/lib/sorter/Makefile @@ -3,8 +3,8 @@ DIRS+=lib/sorter LIBUCW_MODS+=$(addprefix sorter/, config govern sbuck array) -#LIBUCW_INCLUDES+=$(addprefix sorter/, array.h common.h s-fixint.h \ -# s-internal.h s-multiway.h s-radix.h s-twoway.h sorter.h) +LIBUCW_INCLUDES+=$(addprefix sorter/, array.h common.h s-fixint.h \ + s-internal.h s-multiway.h s-radix.h s-twoway.h sorter.h) ifdef CONFIG_DEBUG_TOOLS PROGS+=$(o)/lib/sorter/sort-test