demo/Makefile.am
changeset 415 fa341dd6ab23
parent 414 5a7dbeaed70e
child 611 eda12d8ac953
     1.1 --- a/demo/Makefile.am	Fri Nov 21 14:42:47 2008 +0000
     1.2 +++ b/demo/Makefile.am	Mon Dec 01 14:11:31 2008 +0000
     1.3 @@ -1,19 +1,16 @@
     1.4  EXTRA_DIST += \
     1.5  	demo/CMakeLists.txt \
     1.6 -	demo/circulation-input.lgf \
     1.7  	demo/digraph.lgf
     1.8  
     1.9  if WANT_DEMO
    1.10  
    1.11  noinst_PROGRAMS += \
    1.12  	demo/arg_parser_demo \
    1.13 -	demo/circulation_demo \
    1.14  	demo/graph_to_eps_demo \
    1.15  	demo/lgf_demo
    1.16  
    1.17  endif WANT_DEMO
    1.18  
    1.19  demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
    1.20 -demo_circulation_demo_SOURCES = demo/circulation_demo.cc
    1.21  demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    1.22  demo_lgf_demo_SOURCES = demo/lgf_demo.cc