]> code.delx.au - pulseaudio/commit
build: Force order of library installation
authorSjoerd Simons <sjoerd@luon.net>
Fri, 17 Feb 2012 21:11:59 +0000 (22:11 +0100)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 20 Feb 2012 09:09:52 +0000 (14:39 +0530)
commit9087f1f6ac8578384fa9c14d884daac8c2532153
treee1a689e834e8ed5dbc54ac107d8082766e1b1729
parenta96390d86519cf38a23296d912a0271263774ec9
build: Force order of library installation

libtools causing relinking on installation, to make this succeed
libpulsecommon needs to be installed before the other libraries and the
padsp libraries needs to be installed afterwards.

Unfortunately autotools doesn't consider dependencies when running the
install target, thus we have to enforce the ordering ourselves
src/Makefile.am