]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/Makefile
More bits of the array sorter: radix-sort implemented.
[libucw.git] / lib / sorter / Makefile
index 6a0c4f94117e4db12d8ca74a800e990a703835df..7dfa34dea5a7420dad8a6af5e01ba2ebc971f5a1 100644 (file)
@@ -2,7 +2,7 @@
 
 DIRS+=lib/sorter
 
 
 DIRS+=lib/sorter
 
-LIBUCW_MODS+=sorter/config sorter/govern sorter/sbuck
+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)
 PROGS+=$(o)/lib/sorter/sort-test $(o)/lib/sorter/old-test
 
 $(o)/lib/sorter/sort-test: $(o)/lib/sorter/sort-test.o $(LIBUCW)