1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 01:24:11 +02:00

Find libechonest wherever it may be, or at least smarter than before

This commit is contained in:
Leo Franchi
2010-11-27 09:38:38 -05:00
parent 1c074f52b9
commit 0718be3848
3 changed files with 47 additions and 3 deletions

View File

@@ -307,9 +307,10 @@ INCLUDE_DIRECTORIES(
/usr/include/taglib
/usr/local/include/taglib
/usr/include/echonest
/usr/local/include/echonest
/usr/local/include
${LIBECHONEST_INCLUDE_DIR}
${LIBECHONEST_INCLUDE_DIR}/..
)
SET( OS_SPECIFIC_LINK_LIBRARIES "" )
@@ -357,7 +358,7 @@ TARGET_LINK_LIBRARIES( tomahawk
${MAC_EXTRA_LIBS}
portfwd
${OS_SPECIFIC_LINK_LIBRARIES}
echonest
${LIBECHONEST_LIBRARY}
qjson
tag
)