diff -r 1c9a9e2f7d4d -r 6e7aee618f03 demo/Makefile.am --- a/demo/Makefile.am Thu Apr 17 15:18:45 2008 +0100 +++ b/demo/Makefile.am Thu Apr 17 15:54:30 2008 +0100 @@ -4,11 +4,13 @@ if WANT_DEMO noinst_PROGRAMS += \ - demo/arg_parser_demo \ + demo/arg_parser_demo \ + demo/graph_to_eps_demo \ demo/lgf_demo endif WANT_DEMO demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc +demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc demo_lgf_demo_SOURCES = demo/lgf_demo.cc