summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-05-11 02:54:43 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-05-11 02:54:43 +0000
commitda285fc57dfda8c33ca0da967bcc40cd1e608ca4 (patch)
treec55a976ea1858db97bdc292f2c5c7d53e906437e /SConstruct
parent809b64e41c7153ce07ad0226518efd72fdb8dab9 (diff)
Conditionally compile CMT additions, enabled by default.
git-svn-id: svn://localhost/ardour2/trunk@1833 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index cf4215a908..bc491edbbc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -45,7 +45,8 @@ opts.AddOptions(
BoolOption('VERSIONED', 'Add revision information to ardour/gtk executable name inside the build directory', 0),
BoolOption('VST', 'Compile with support for VST', 0),
BoolOption('GPROFILE', 'Compile with support for gprofile (Developers only)', 0),
- BoolOption('TRANZPORT', 'Compile with support for Frontier Designs (if libusb is available)', 1)
+ BoolOption('TRANZPORT', 'Compile with support for Frontier Designs (if libusb is available)', 1),
+ BoolOption('CMT', 'Compile with support for CMT Additions', 1)
)
#----------------------------------------------------------------------