src/lemon/Makefile.am
changeset 1313 96b74270c3a1
parent 1307 d4acebef7276
child 1340 80da1eadcaa7
     1.1 --- a/src/lemon/Makefile.am	Thu Apr 07 06:31:03 2005 +0000
     1.2 +++ b/src/lemon/Makefile.am	Thu Apr 07 06:38:56 2005 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  libemon_la_SOURCES =							\
     1.5  	lp_base.cc							\
     1.6  	lp_glpk.cc							\
     1.7 -	lp_solver_skeleton.cc
     1.8 +	lp_skeleton.cc
     1.9  
    1.10  pkginclude_HEADERS =							\
    1.11  	bezier.h							\
    1.12 @@ -56,7 +56,7 @@
    1.13  noinst_HEADERS =							\
    1.14  	lp_base.h							\
    1.15  	lp_glpk.h							\
    1.16 -	lp_solver_skeleton.h						\
    1.17 +	lp_skeleton.h						\
    1.18  	concept/graph.h							\
    1.19  	concept/graph_component.h					\
    1.20  	concept/undir_graph.h						\