diff options
Diffstat (limited to 'src/ingen')
-rw-r--r-- | src/ingen/wscript | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript deleted file mode 100644 index b5c09105..00000000 --- a/src/ingen/wscript +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env python -from waflib.extras import autowaf as autowaf - -def build(bld): - obj = bld(features = 'c cxx cxxprogram') - obj.target = 'ingen' - obj.source = 'main.cpp' - obj.includes = ['..', '../..', '../../include'] - obj.defines = 'VERSION="' + bld.env['INGEN_VERSION'] + '"' - obj.use = 'libingen_shared' - obj.install_path = '${BINDIR}' - autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM SORD RAUL LV2CORE LILV INGEN LIBLO SOUP') - - bld.install_files('${DATADIR}/applications', 'ingen.desktop') |