summaryrefslogtreecommitdiff
path: root/libs/surfaces
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2008-11-26 15:36:32 +0000
committerSampo Savolainen <v2@iki.fi>2008-11-26 15:36:32 +0000
commita0f1865c68166d984b2cb67451f25e76ef9cdb52 (patch)
tree93e8a11520071f961ec0c59e2a87fdfdc286e9e8 /libs/surfaces
parent676916c85d1a09cc444d16ef90f6c00dfba16739 (diff)
Make the wiimote code appear in the source package
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4264 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces')
-rw-r--r--libs/surfaces/wiimote/SConscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/surfaces/wiimote/SConscript b/libs/surfaces/wiimote/SConscript
index abfd40e534..df3d61f7ae 100644
--- a/libs/surfaces/wiimote/SConscript
+++ b/libs/surfaces/wiimote/SConscript
@@ -47,12 +47,12 @@ wiimote.Merge ([
libardour_wiimote = wiimote.SharedLibrary('ardour_wiimote', wiimote_files)
-Default(libardour_wiimote)
+if wiimote['WIIMOTE']:
+ Default(libardour_wiimote)
+ env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2', 'surfaces'), libardour_wiimote))
if env['NLS']:
i18n (wiimote, wiimote_files, env)
-
-env.Alias('install', env.Install(os.path.join(install_prefix, env['LIBDIR'], 'ardour2', 'surfaces'), libardour_wiimote))
env.Alias('tarball', env.Distribute (env['DISTTREE'],
[ 'SConscript' ] +