]> git.sur5r.net Git - bacula/bacula/commit - bacula/autoconf/configure.in
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)
commit1f7ce97794ab2c3ebd646f376015908323f556a4
tree2f861c9d209aaa60727a24bbacf85c40d2cb1f69
parented3b1adae1178e29d0223f3bb0a5d1c0691a48a8
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]