Oops, link against gio

This commit is contained in:
David Sansome 2010-07-17 21:29:41 +00:00
parent 43a73555db
commit 7845a243c2
1 changed files with 4 additions and 0 deletions

View File

@ -551,6 +551,10 @@ if(HAVE_LIBGPOD)
target_link_libraries(clementine_lib ${LIBGPOD_LIBRARIES})
endif(HAVE_LIBGPOD)
if(HAVE_GIO)
target_link_libraries(clementine_lib ${GIO_LIBRARIES})
endif(HAVE_GIO)
if (APPLE)
target_link_libraries(clementine_lib
${GROWL}