demo/Makefile.am
changeset 1554 572bc7d0d3e2
parent 1528 1aa71600000c
child 1678 b7b7125a5fe8
     1.1 --- a/demo/Makefile.am	Wed Jul 13 14:05:49 2005 +0000
     1.2 +++ b/demo/Makefile.am	Wed Jul 13 14:17:13 2005 +0000
     1.3 @@ -12,6 +12,7 @@
     1.4  	min_route \
     1.5  	hello_lemon \
     1.6  	sub_graph_adaptor_demo \
     1.7 +	descriptor_map_demo \
     1.8  	coloring
     1.9  
    1.10  if HAVE_GLPK
    1.11 @@ -48,3 +49,5 @@
    1.12  
    1.13  lp_maxflow_demo_SOURCES = lp_maxflow_demo.cc
    1.14  lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    1.15 +
    1.16 +descriptor_map_demo_SOURCES = descriptor_map_demo.cc
    1.17 \ No newline at end of file