source:
lemon-1.1/demo/Makefile.am
@
133:d76e2ff9c70d
Last change on this file since 133:d76e2ff9c70d was 128:7cd965d2257f, checked in by , 17 years ago | |
---|---|
File size: 263 bytes |
Line | |
---|---|
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 | |
10 | endif WANT_DEMO |
11 | |
12 | demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc |
13 | |
14 | demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc |
15 |
Note: See TracBrowser
for help on using the repository browser.