X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsorter%2FMakefile;h=7430c03214a49748ff4f15652f151447d2d04250;hb=25541ea3bb96e9f143f0e23f8ac5b432f2f6f47a;hp=b7a9172138aceffee3ba2b001ede7eddce896eeb;hpb=ad920945145a18895ef391511c92ef42e0e4c3d7;p=libucw.git diff --git a/ucw/sorter/Makefile b/ucw/sorter/Makefile index b7a91721..7430c032 100644 --- a/ucw/sorter/Makefile +++ b/ucw/sorter/Makefile @@ -3,7 +3,7 @@ DIRS+=ucw/sorter LIBUCW_MODS+=$(addprefix sorter/, config govern sbuck array) -LIBUCW_SORTER_INCLUDES=$(addprefix sorter/, array.h common.h s-fixint.h \ +LIBUCW_SORTER_INCLUDES=$(addprefix sorter/, array.h array-simple.h common.h s-fixint.h \ s-internal.h s-multiway.h s-radix.h s-twoway.h sorter.h) LIBUCW_INCLUDES+=$(LIBUCW_SORTER_INCLUDES)