summaryrefslogtreecommitdiff
path: root/muse2/synti
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2012-09-16 14:57:22 +0000
committerRobert Jonsson <spamatica@gmail.com>2012-09-16 14:57:22 +0000
commitf783083862fa7a71f7774a14176e4a6bbbe324f9 (patch)
tree9580e24fa771460448e1784a91da225ac28d5198 /muse2/synti
parent5557b72e16dbb3eef5eab76363096d828cb734f6 (diff)
some improvements
Diffstat (limited to 'muse2/synti')
-rw-r--r--muse2/synti/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/synti/CMakeLists.txt b/muse2/synti/CMakeLists.txt
index f239fde2..08a48f1b 100644
--- a/muse2/synti/CMakeLists.txt
+++ b/muse2/synti/CMakeLists.txt
@@ -45,7 +45,7 @@ if (ENABLE_EXPERIMENTAL)
endif (ENABLE_EXPERIMENTAL)
if (HAVE_FLUIDSYNTH)
- set (SubDirs ${SubDirs} fluid fluidsynth )
+ set (SubDirs ${SubDirs} fluidsynth ) # removed fluid, fluidsynth should supercede it in every way.
endif (HAVE_FLUIDSYNTH)
subdirs(${SubDirs})