diff -r 7b44eea654d0 -r 7cd965d2257f demo/Makefile.am --- a/demo/Makefile.am Tue Apr 01 16:25:51 2008 +0100 +++ b/demo/Makefile.am Thu Apr 03 11:10:49 2008 +0100 @@ -4,9 +4,12 @@ if WANT_DEMO noinst_PROGRAMS += \ - demo/arg_parser_demo + demo/arg_parser_demo \ + demo/graph_to_eps_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 +