]> git.sur5r.net Git - bacula/bacula/commit
Use a helper script to link the correct database backend.
authorMarco van Wieringen <mvw@planets.elm.net>
Fri, 8 Jul 2011 13:44:15 +0000 (15:44 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:06 +0000 (14:49 +0200)
commit540b0c6de6dcadef1a1f2088fde799aa363e8f0d
tree9bb89942732b2b08690fd59e0e3cfca894220789
parent54c14ab63a0d992a0e974d29d30a20e73b92370f
Use a helper script to link the correct database backend.

On some platforms the extension of shared libs is not .so
(OSX seems to use .dylib and some other platform even other
exotic names). We now extract the extension from libtool
which knows best as it also creates our shared libs.
bacula/autoconf/configure.in
bacula/src/cats/Makefile.in
bacula/src/cats/install-default-backend.in [new file with mode: 0755]