diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 13984a1db..77a792174 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1019,8 +1019,7 @@ if(HAVE_AUDIOCD) endif() if(HAVE_LIBGPOD) - link_directories(${LIBGPOD_LIBRARY_DIRS}) - link_directories(${GDK_PIXBUF_LIBRARY_DIRS}) + link_directories(${LIBGPOD_LIBRARY_DIRS} ${GDK_PIXBUF_LIBRARY_DIRS}) endif() if(HAVE_LIBMTP)