demo/Makefile.am
changeset 2400 b199ded24c19
parent 2389 df6a32249b46
child 2404 ec474604075e
     1.1 --- a/demo/Makefile.am	Wed Mar 07 11:57:51 2007 +0000
     1.2 +++ b/demo/Makefile.am	Wed Mar 07 12:00:59 2007 +0000
     1.3 @@ -12,8 +12,9 @@
     1.4  	demo/simann_maxcut_demo.lgf \
     1.5  	demo/strongly_connected_orientation.lgf \
     1.6  	demo/sub_gad_input.lgf \
     1.7 -	demo/u_components.lgf
     1.8 -	
     1.9 +	demo/u_components.lgf \
    1.10 +	demo/steiner.lgf
    1.11 +
    1.12  if WANT_DEMO
    1.13  
    1.14  noinst_PROGRAMS += \
    1.15 @@ -39,7 +40,8 @@
    1.16  	demo/topological_ordering \
    1.17  	demo/simann_maxcut_demo \
    1.18  	demo/disjoint_paths_demo \
    1.19 -	demo/strongly_connected_orientation
    1.20 +	demo/strongly_connected_orientation \
    1.21 +	demo/steiner_demo
    1.22  
    1.23  if HAVE_GLPK
    1.24  noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo demo/mip_demo
    1.25 @@ -107,3 +109,5 @@
    1.26  demo_disjoint_paths_demo_SOURCES = demo/disjoint_paths_demo.cc
    1.27  
    1.28  demo_strongly_connected_orientation_SOURCES = demo/strongly_connected_orientation.cc
    1.29 +
    1.30 +demo_steiner_demo_SOURCES=demo/steiner_demo.cc
    1.31 \ No newline at end of file