diff -r 48f9299b390d -r 96b74270c3a1 src/lemon/Makefile.am --- a/src/lemon/Makefile.am Thu Apr 07 06:31:03 2005 +0000 +++ b/src/lemon/Makefile.am Thu Apr 07 06:38:56 2005 +0000 @@ -7,7 +7,7 @@ libemon_la_SOURCES = \ lp_base.cc \ lp_glpk.cc \ - lp_solver_skeleton.cc + lp_skeleton.cc pkginclude_HEADERS = \ bezier.h \ @@ -56,7 +56,7 @@ noinst_HEADERS = \ lp_base.h \ lp_glpk.h \ - lp_solver_skeleton.h \ + lp_skeleton.h \ concept/graph.h \ concept/graph_component.h \ concept/undir_graph.h \