]> source.dussan.org Git - tigervnc.git/commitdiff
Remove obsolete reference to staticlib
authorPierre Ossman <ossman@cendio.se>
Mon, 3 Nov 2014 13:15:52 +0000 (14:15 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 3 Nov 2014 13:15:52 +0000 (14:15 +0100)
We don't use that directory anymore.

cmake/Modules/CMakeMacroLibtoolFile.cmake

index 0afb7a62dd34d7cadc7c1d24f587ae6000e964af..b3b4a9bb1fb0b879ff305136ede766340ec94394 100644 (file)
@@ -76,10 +76,6 @@ macro(libtool_create_control_file _target)
   # Write the libtool control file for the static library
   get_filename_component(_lname ${_target_location} NAME_WE)
   set(_laname ${CMAKE_CURRENT_BINARY_DIR}/${_lname}.la)
-  if(BUILD_STATIC)
-    set(_target_dependency_libs "${_target_dependency_libs} -L${CMAKE_BINARY_DIR}/staticlib")
-  endif()
 
   file(WRITE ${_laname} "# ${_lname}.la - a libtool library file\n# Generated by ltmain.sh (GNU libtool) 2.2.6b\n")
   file(APPEND ${_laname} "dlname=''\n\n")