demo/Makefile.am
changeset 128 7cd965d2257f
parent 85 3453d20a82cd
child 135 6e7aee618f03
     1.1 --- a/demo/Makefile.am	Tue Apr 01 16:25:51 2008 +0100
     1.2 +++ b/demo/Makefile.am	Thu Apr 03 11:10:49 2008 +0100
     1.3 @@ -4,9 +4,12 @@
     1.4  if WANT_DEMO
     1.5  
     1.6  noinst_PROGRAMS += \
     1.7 -        demo/arg_parser_demo
     1.8 +        demo/arg_parser_demo \
     1.9 +        demo/graph_to_eps_demo
    1.10  
    1.11  endif WANT_DEMO
    1.12  
    1.13  demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
    1.14  
    1.15 +demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
    1.16 +