From 3e1165dd874fbcb271f370031ad11bab9be02bc1 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sat, 14 Jan 2017 11:54:15 -0800 Subject: [PATCH] Fixed NullOut's CMakeLists.txt. --- src/contrib/nullout/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contrib/nullout/CMakeLists.txt b/src/contrib/nullout/CMakeLists.txt index aba0e7427..43a27a65d 100644 --- a/src/contrib/nullout/CMakeLists.txt +++ b/src/contrib/nullout/CMakeLists.txt @@ -3,5 +3,5 @@ set (nullout_SOURCES NullOut.cpp ) -add_library(nullout SHARED ${alsaout_SOURCES}) +add_library(nullout SHARED ${nullout_SOURCES}) target_link_libraries(nullout ${musikbox_LINK_LIBS})