summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-17 00:03:03 +0000
committerDavid Robillard <d@drobilla.net>2010-12-17 00:03:03 +0000
commit44de8f1841b6e74b8bd8a4e8eaeef1447b7037ac (patch)
tree055b6c36882946bd628492d24d0a903acbddac27 /wscript
parent3b8b888df930ea49eb5a50bbbc5d817e66687494 (diff)
downloadraul-44de8f1841b6e74b8bd8a4e8eaeef1447b7037ac.tar.gz
raul-44de8f1841b6e74b8bd8a4e8eaeef1447b7037ac.tar.bz2
raul-44de8f1841b6e74b8bd8a4e8eaeef1447b7037ac.zip
Use autowaf.run_ldconfig.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2728 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript6
1 files changed, 2 insertions, 4 deletions
diff --git a/wscript b/wscript
index 5a6e6df..9d37816 100644
--- a/wscript
+++ b/wscript
@@ -138,9 +138,7 @@ def build(bld):
# Documentation
autowaf.build_dox(bld, 'RAUL', RAUL_VERSION, top, out)
+ bld.add_post_fun(autowaf.run_ldconfig)
+
def test(ctx):
autowaf.run_tests(ctx, APPNAME, tests.split())
-
-def shutdown(self):
- autowaf.shutdown()
-