diff -r ccf2a1fa1821 -r b199ded24c19 demo/Makefile.am --- a/demo/Makefile.am Wed Mar 07 11:57:51 2007 +0000 +++ b/demo/Makefile.am Wed Mar 07 12:00:59 2007 +0000 @@ -12,8 +12,9 @@ demo/simann_maxcut_demo.lgf \ demo/strongly_connected_orientation.lgf \ demo/sub_gad_input.lgf \ - demo/u_components.lgf - + demo/u_components.lgf \ + demo/steiner.lgf + if WANT_DEMO noinst_PROGRAMS += \ @@ -39,7 +40,8 @@ demo/topological_ordering \ demo/simann_maxcut_demo \ demo/disjoint_paths_demo \ - demo/strongly_connected_orientation + demo/strongly_connected_orientation \ + demo/steiner_demo if HAVE_GLPK noinst_PROGRAMS += demo/lp_demo demo/lp_maxflow_demo demo/mip_demo @@ -107,3 +109,5 @@ demo_disjoint_paths_demo_SOURCES = demo/disjoint_paths_demo.cc demo_strongly_connected_orientation_SOURCES = demo/strongly_connected_orientation.cc + +demo_steiner_demo_SOURCES=demo/steiner_demo.cc \ No newline at end of file