1.1 --- a/lemon/Makefile.am Thu Feb 07 11:52:16 2008 +0000
1.2 +++ b/lemon/Makefile.am Thu Feb 07 21:23:23 2008 +0000
1.3 @@ -15,6 +15,7 @@
1.4 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
1.5
1.6 lemon_HEADERS += \
1.7 + lemon/concept_check.h \
1.8 lemon/dim2.h \
1.9 lemon/error.h \
1.10 lemon/list_graph.h \
2.1 --- a/test/Makefile.am Thu Feb 07 11:52:16 2008 +0000
2.2 +++ b/test/Makefile.am Thu Feb 07 21:23:23 2008 +0000
2.3 @@ -10,6 +10,7 @@
2.4 test/digraph_test \
2.5 test/dim_test \
2.6 test/graph_test \
2.7 + test/maps_test \
2.8 test/random_test \
2.9 test/test_tools_fail \
2.10 test/test_tools_pass
2.11 @@ -21,6 +22,7 @@
2.12 test_dim_test_SOURCES = test/dim_test.cc
2.13 #test_error_test_SOURCES = test/error_test.cc
2.14 test_graph_test_SOURCES = test/graph_test.cc
2.15 +test_maps_test_SOURCES = test/maps_test.cc
2.16 test_random_test_SOURCES = test/random_test.cc
2.17 test_test_tools_fail_SOURCES = test/test_tools_fail.cc
2.18 test_test_tools_pass_SOURCES = test/test_tools_pass.cc