diff options
author | Tim E. Real <termtech@rogers.com> | 2010-10-24 23:57:41 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-10-24 23:57:41 +0000 |
commit | 1b5734729f893636653693776da29c6f391d3439 (patch) | |
tree | 6be85ad24407b382efbe5b97e9a88a50093047a3 /muse2 | |
parent | 30a64aa8da492ada95aff171b745e7b50145f643 (diff) |
See ChangeLog
Diffstat (limited to 'muse2')
-rw-r--r-- | muse2/synti/fluid/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/synti/fluid/CMakeLists.txt b/muse2/synti/fluid/CMakeLists.txt index 4d7506d2..38184550 100644 --- a/muse2/synti/fluid/CMakeLists.txt +++ b/muse2/synti/fluid/CMakeLists.txt @@ -39,7 +39,7 @@ add_library ( fluid SHARED set_target_properties ( fluid PROPERTIES PREFIX "" COMPILE_FLAGS "-include ${PROJECT_BINARY_DIR}/all-pic.h" - LINK_FLAGS "-l${FLUIDSYN_LIBRARIES}" + LINK_FLAGS "${FLUIDSYN_LDFLAGS}" # "-lfluidsynth" ) target_link_libraries(fluid synti |