Skip to content
Unverified Commit 499c5101 authored by aszlig's avatar aszlig
Browse files

dmraid: Fix install target in lib/Makefile.in.



The dmraid shared object file is created with a soname that contains a
version. Unfortunately, the install target in the Makefile does not
properly match on files ending with .so and so does not install it with
the version suffix.

Previously we only had a static library, which doesn't do much trouble
if the version is missing, but with the dynamic library the ELF file
depending on libdmraid uses the version, while the library itself isn't
present with that suffix.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent 14fe1498
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment