tools/Makefile.am
author Balazs Dezso <deba@inf.elte.hu>
Wed, 03 Dec 2008 14:23:22 +0100
changeset 419 9afe81e4c543
parent 310 a9e8f310507f
child 523 d9e43511d11c
permissions -rw-r--r--
Renamings in connectivity.h and bug fix in DfsVisit (#61)

- The include guard, the private namespace and some local varibles
are renamed
- The stop() must be called in DfsVisit, if there are not outgoing
arcs from the added node
     1 if WANT_TOOLS
     2 
     3 bin_PROGRAMS += \
     4 	tools/dimacs-to-lgf
     5 
     6 dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
     7 
     8 endif WANT_TOOLS
     9 
    10 tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc