diff options
| -rw-r--r-- | src/CMakeLists.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 77e4b65..241622b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -65,8 +65,8 @@ 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_LIBRARY} -	${LIBAO_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${MAD_LIBRARIES} ${LIBM}) +target_link_libraries (pianobar piano wardrobe waitress ${FAAD_LIBRARIES} +	${LIBAO_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${MAD_LIBRARIES} ${LIBM})  install (TARGETS pianobar RUNTIME DESTINATION bin)  install (FILES pianobar.1 DESTINATION share/man/man1) | 
