diff options
-rw-r--r-- | src/ingen/wscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ingen/wscript b/src/ingen/wscript index 91a5a1c2..1b149e54 100644 --- a/src/ingen/wscript +++ b/src/ingen/wscript @@ -11,7 +11,5 @@ def build(bld): obj.install_path = '${BINDIR}' autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM REDLANDMM RAUL LV2CORE SLV2 INGEN LIBLO SOUP') - autowaf.build_wrapper(bld, 'ingen.in', obj) - bld.install_files('${DATADIR}/applications', 'ingen.desktop') |