summaryrefslogtreecommitdiffstats
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
commitcb4f0b60531d6311ca61f2959111c53fbd348cdc (patch)
tree887fadb8ef97d7654251c46563c860f6ccd3a981
parenta13b8ab7e97b2613a96d6e0d9c247c82f8571ca1 (diff)
downloadpatchage-cb4f0b60531d6311ca61f2959111c53fbd348cdc.tar.gz
patchage-cb4f0b60531d6311ca61f2959111c53fbd348cdc.tar.bz2
patchage-cb4f0b60531d6311ca61f2959111c53fbd348cdc.zip
Use autowaf.run_ldconfig.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2728 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/wscript b/wscript
index 0413fde..9b3fbd8 100644
--- a/wscript
+++ b/wscript
@@ -173,7 +173,3 @@ def build(bld):
'icons/scalable/patchage.svg')
bld.install_files('${MANDIR}/man1', bld.path.ant_glob('doc/*.1'))
-
-def shutdown(self):
- autowaf.shutdown()
-