diff options
Diffstat (limited to 'src/ingen')
-rw-r--r-- | src/ingen/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript index 469fa752..2008930e 100644 --- a/src/ingen/wscript +++ b/src/ingen/wscript @@ -10,6 +10,6 @@ def build(bld): obj.uselib_local = 'libingen_module libingen_shared' obj.install_path = '${BINDIR}' autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO SOUP') - + bld.install_files('${DATADIR}/applications', 'ingen.desktop') |