summaryrefslogtreecommitdiffstats
path: root/src/ingen/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-12-22 01:25:17 +0000
committerDavid Robillard <d@drobilla.net>2008-12-22 01:25:17 +0000
commit08062d9108ab428bc8e81ee0273eec20ff6cbb3b (patch)
treefbeebc064c8fc9f6becb64bcc7189efbc1e92b6e /src/ingen/wscript
parent184c68d99e9ff9a7beba4927c770b0192e9dfce7 (diff)
downloadingen-08062d9108ab428bc8e81ee0273eec20ff6cbb3b.tar.gz
ingen-08062d9108ab428bc8e81ee0273eec20ff6cbb3b.tar.bz2
ingen-08062d9108ab428bc8e81ee0273eec20ff6cbb3b.zip
Remove unused wrapper building stuff (true relocatable binaries would be better for bundles anyway).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1899 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ingen/wscript')
-rw-r--r--src/ingen/wscript2
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')