Changeset 66:5f7a8570687d in lemon-main
- Timestamp:
- 02/07/08 12:52:16 (17 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r58 r66 17 17 lemon_HEADERS += \ 18 18 lemon/dim2.h \ 19 lemon/error.h \ 20 lemon/list_graph.h \ 19 21 lemon/maps.h \ 20 22 lemon/random.h \ 21 lemon/list_graph.h \22 23 lemon/tolerance.h 23 24 -
test/Makefile.am
r58 r66 20 20 test_digraph_test_SOURCES = test/digraph_test.cc 21 21 test_dim_test_SOURCES = test/dim_test.cc 22 #test_error_test_SOURCES = test/error_test.cc 22 23 test_graph_test_SOURCES = test/graph_test.cc 23 24 test_random_test_SOURCES = test/random_test.cc
Note: See TracChangeset
for help on using the changeset viewer.