summaryrefslogtreecommitdiff
path: root/src/flac/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/flac/CMakeLists.txt')
-rw-r--r--src/flac/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flac/CMakeLists.txt b/src/flac/CMakeLists.txt
index c347c9a4..97903577 100644
--- a/src/flac/CMakeLists.txt
+++ b/src/flac/CMakeLists.txt
@@ -11,7 +11,7 @@ add_executable(flac
utils.c
vorbiscomment.c)
target_link_libraries(flac
- FLAC-static
+ FLAC
getopt
replaygain_synthesis
utf8)