tools/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Thu, 04 Dec 2008 10:49:54 +0000
branch1.0
changeset 436 e562b69acbc6
parent 146 4b42aa24ce12
child 400 50d96f2166d7
permissions -rw-r--r--
Bugfix in DfsVisit (the same fix as in [9afe81e4c543] for the main br.) #61

- The stop() must be called in DfsVisit if there are no outgoing
arcs from the newly added node
     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