tools/Makefile.am
author Balazs Dezso <deba@inf.elte.hu>
Wed, 03 Dec 2008 14:23:22 +0100
changeset 435 9afe81e4c543
parent 310 a9e8f310507f
child 570 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
ladanyi@1
     1
if WANT_TOOLS
ladanyi@1
     2
alpar@400
     3
bin_PROGRAMS += \
alpar@400
     4
	tools/dimacs-to-lgf
alpar@400
     5
alpar@310
     6
dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
ladanyi@1
     7
ladanyi@1
     8
endif WANT_TOOLS
alpar@400
     9
alpar@400
    10
tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc