demo/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Fri, 18 Apr 2008 06:20:32 +0100
changeset 137 483bc6ed7292
parent 127 1c9a9e2f7d4d
parent 128 7cd965d2257f
child 146 4b42aa24ce12
permissions -rw-r--r--
Backout some rubbish from chageset 7cd965d2257f
     1 EXTRA_DIST += \
     2 	demo/Makefile
     3 
     4 if WANT_DEMO
     5 
     6 noinst_PROGRAMS += \
     7 	demo/arg_parser_demo \
     8 	demo/graph_to_eps_demo \
     9 	demo/lgf_demo
    10 
    11 endif WANT_DEMO
    12 
    13 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
    14 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    15 demo_lgf_demo_SOURCES = demo/lgf_demo.cc
    16