Changes in / [24:1f781d1f9b79:65:bfbc57a51fbb] in lemon-main
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r10 r65 16 16 17 17 lemon_HEADERS += \ 18 lemon/concept_check.h \ 18 19 lemon/dim2.h \ 19 20 lemon/random.h \ 20 21 lemon/list_graph.h \ 22 lemon/maps.h \ 21 23 lemon/tolerance.h 22 24 … … 25 27 lemon/bits/utility.h 26 28 27 concept_HEADERS += 29 concept_HEADERS += \ 30 lemon/concepts/maps.h -
test/Makefile.am
r10 r65 7 7 check_PROGRAMS += \ 8 8 test/dim_test \ 9 test/maps_test \ 9 10 test/random_test \ 10 11 test/test_tools_fail \ … … 15 16 16 17 test_dim_test_SOURCES = test/dim_test.cc 18 test_maps_test_SOURCES = test/maps_test.cc 17 19 test_random_test_SOURCES = test/random_test.cc 18 20 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset
for help on using the changeset viewer.