diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8a8f9dbe55690da959d7b39539916d21829c8041..f00e48464426312de97330da0b99566ca9caebfc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ find_package(Qt5 COMPONENTS Core Gui Widgets Network Xml)
 INCLUDE_DIRECTORIES(/home/tau/jreher/git/proddb-clientlib/)
 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/includes/)
 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/proddb/)
-LINK_DIRECTORIES(${CMAKE_SOURCE_DIR}/libs)
+LINK_DIRECTORIES(/home/tau/jreher/git/proddb-clientlib/build/)
 
 add_library(toolbox "toolbox.cpp" "serialListReader.h" "serialListReader.cxx")
 add_library(proddbaccess "proddb/ProdDbAccess.cxx" "proddb/ProdDbAccess.h" "proddb/ProductionDatabase.cxx" "proddb/ProductionDatabase.h" "proddb/ProductionDatabaseApdStorage.cxx" "proddb/ProductionDatabaseApdStorage.h")