diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-03-05 12:07:54 +0100 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2010-03-06 10:55:52 +0100 |
commit | 80ed3d8e31b212c3a9d1e6edf41f1112e8029b59 (patch) | |
tree | 97b1e03d35493dd13ca209ee3686bec84eb26025 /src/CMakeLists.txt | |
parent | 3838e77238e383d6bea6496a7bc035702f320210 (diff) | |
download | pianobar-80ed3d8e31b212c3a9d1e6edf41f1112e8029b59.tar.gz pianobar-80ed3d8e31b212c3a9d1e6edf41f1112e8029b59.tar.bz2 pianobar-80ed3d8e31b212c3a9d1e6edf41f1112e8029b59.zip |
wardrobe: Removed internal last.fm scrobbling library
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e1de583..1357510 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -59,7 +59,6 @@ configure_file (${CMAKE_CURRENT_SOURCE_DIR}/config.h.in include_directories ( ${pianobar_SOURCE_DIR}/libpiano/src - ${pianobar_SOURCE_DIR}/libwardrobe/src ${pianobar_SOURCE_DIR}/libwaitress/src ${CMAKE_CURRENT_BINARY_DIR} ${FAAD_INCLUDE_DIRS} ${LIBAO_INCLUDE_DIRS} @@ -67,7 +66,7 @@ include_directories ( add_executable (pianobar main.c terminal.c settings.c player.c ui.c ui_act.c ui_readline.c) -target_link_libraries (pianobar piano wardrobe waitress ${FAAD_LIBRARIES} +target_link_libraries (pianobar piano waitress ${FAAD_LIBRARIES} ${LIBAO_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${MAD_LIBRARIES} ${LIBM}) install (TARGETS pianobar RUNTIME DESTINATION ${BIN_INSTALL_DIR}) |