Fix compiling with Sparkle support.

This commit is contained in:
John Maguire 2010-12-22 15:41:30 +00:00
parent 95ef57cf1e
commit cd4ecc1f8e
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ if (APPLE)
)
if (HAVE_SPARKLE)
include_directories(${SPARKLE}/Headers)
target_link_libraries(${SPARKLE})
target_link_libraries(clementine_lib ${SPARKLE})
endif (HAVE_SPARKLE)
else (APPLE)
target_link_libraries(clementine_lib ${QXT_LIBRARIES})