From b84e07eb46ead11391f8da22ac18e307bd19cf8b Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 26 Jun 2010 13:27:03 +0200 Subject: [PATCH] Changed: #842 nel-config and .pc files correct paths --- code/nel/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/nel/CMakeLists.txt b/code/nel/CMakeLists.txt index bf6dce129..3af0eb2f7 100644 --- a/code/nel/CMakeLists.txt +++ b/code/nel/CMakeLists.txt @@ -151,8 +151,8 @@ ENDIF(WITH_TESTS) IF(UNIX) SET(prefix ${CMAKE_INSTALL_PREFIX}) SET(exec_prefix ${CMAKE_INSTALL_PREFIX}/bin) - SET(libdir "${CMAKE_INSTALL_PREFIX}/lib ${PLATFORM_LINKFLAGS}") - SET(includedir "${CMAKE_INSTALL_PREFIX}/include ${PLATFORM_CFLAGS}") + SET(libdir "${CMAKE_INSTALL_PREFIX}/lib") + SET(includedir "${CMAKE_INSTALL_PREFIX}/include") SET(enable_ligo ${WITH_LIGO}) SET(enable_logic ${WITH_LOGIC}) SET(enable_georges ${WITH_GEORGES})