diff options
Diffstat (limited to 'src/ingen/wscript')
-rw-r--r-- | src/ingen/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript index 50b6704d..688c16db 100644 --- a/src/ingen/wscript +++ b/src/ingen/wscript @@ -12,4 +12,6 @@ def build(bld): autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO SOUP') autowaf.build_wrapper(bld, 'ingen.in', obj) + + install_files('DATADIR', 'applications', 'ingen.desktop') |