diff options
Diffstat (limited to 'src/client/wscript')
-rw-r--r-- | src/client/wscript | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/client/wscript b/src/client/wscript deleted file mode 100644 index df575c0d..00000000 --- a/src/client/wscript +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env python -from waflib.extras import autowaf as autowaf - -def build(bld): - obj = bld(features = 'cxx cxxshlib', - includes = ['../..'], - export_includes = ['../..'], - name = 'libingen_client', - target = 'ingen_client', - install_path = '${LIBDIR}', - use = 'libingen') - autowaf.use_lib(bld, obj, 'GLIBMM LV2 LILV SUIL RAUL SERD SORD SIGCPP') - - obj.source = ''' - BlockModel.cpp - ClientStore.cpp - GraphModel.cpp - ObjectModel.cpp - PluginModel.cpp - PluginUI.cpp - PortModel.cpp - ingen_client.cpp - ''' |