• Mans Rullgard's avatar
    build: link test programs only against static libs · 0fb3b24a
    Mans Rullgard authored
    
    
    The test programs use internal symbols so cannot be linked against the
    shared libs.  Linking against both shared and static is pointless and
    might do something strange depending on the linker.  This changes the
    dependencies so the test programs are linked only against the static
    library for the component they belong to.
    
    Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
    0fb3b24a