From ba5515545b103cf40fd8b9dd765c6d796112b444 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Oct 2008 20:28:59 +0000 Subject: Run ldconfig after install for individual projects, as well as top level. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1647 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 5755468..dc81baa 100644 --- a/wscript +++ b/wscript @@ -66,3 +66,6 @@ def build(bld): autowaf.build_dox(bld, 'RAUL', RAUL_VERSION, srcdir, blddir) install_files('PREFIX', 'share/doc/raul', blddir + '/default/doc/html/*') +def shutdown(): + autowaf.shutdown() + -- cgit v1.2.1