Explicitly link spotifytcpsrc against clementine_lib.

This commit is contained in:
John Maguire 2011-09-27 13:57:39 +02:00
parent 1bbb525f11
commit d4f45d3658
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ add_library(gstspotifytcpsrc STATIC
)
target_link_libraries(gstspotifytcpsrc
clementine_lib
${GOBJECT_LIBRARIES}
${GLIB_LIBRARIES}
${GSTREAMER_LIBRARIES}