Put back libmysqlclient_r.a, not sure it was supposed to be removed.

Remove libmysqld-debug.a, it doesn't exist in current packages?
This commit is contained in:
Jonathan Perkin 2010-03-31 19:04:22 +02:00
commit eca8a74a3e
2 changed files with 1 additions and 5 deletions

View file

@ -171,6 +171,7 @@ IF(UNIX)
SET(${OUTNAME} ${LIBNAME}${EXTENSION}${DOT_VERSION})
ENDIF()
ENDMACRO()
INSTALL_SYMLINK(${CMAKE_STATIC_LIBRARY_PREFIX}mysqlclient_r mysqlclient ${INSTALL_LIBDIR})
ENDIF()
IF(NOT DISABLE_SHARED)