tools/Makefile.am
author Balazs Dezso <deba@inf.elte.hu>
Sun, 21 Dec 2008 00:13:02 +0100
changeset 457 561be42c4b99
parent 146 4b42aa24ce12
child 400 50d96f2166d7
permissions -rw-r--r--
Bug fix in heap unionfind (ticket #197)

The minimum item in the unionfind tree might become inconsistent when
the split operation merges two subtrees which have equal keys. The
current changeset fix the problem. It also fix a wrong index.
     1 if WANT_TOOLS
     2 
     3 bin_PROGRAMS +=
     4 dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
     5 
     6 endif WANT_TOOLS