From 69308873f9d71e7144a54736795ab691e39ce89e Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 11 Apr 2001 16:34:53 -0400 Subject: ENH: Generation now sets up proper linking of shared libraries to each other. --- Source/cmUnixMakefileGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx index 702ca0d..6ffed36 100644 --- a/Source/cmUnixMakefileGenerator.cxx +++ b/Source/cmUnixMakefileGenerator.cxx @@ -177,7 +177,7 @@ void cmUnixMakefileGenerator::OutputTargets(std::ostream& fout) fout << "\t$(CXX) ${CXX_FLAGS} ${CMAKE_SHLIB_BUILD_FLAGS} -o \\\n"; fout << "\t lib" << l->first << "$(SHLIB_SUFFIX) \\\n"; fout << "\t ${KIT_OBJ} ${" << l->first << - "_SRC_OBJS} ${SHLIB_LD_LIBS}\n\n"; + "_SRC_OBJS} ${CMAKE_LINK_LIBS}\n\n"; } else { -- cgit v0.12