af3a627 BUILD: Simplify build of simple_access_tests

1 file Authored by lslebodn 8 years ago, Committed by jhrozek 8 years ago,
1 file changed. 5 lines added. 19 lines removed.
    BUILD: Simplify build of simple_access_tests
    
    Link test with existing libraries instead of building all
    necessary source file on more time.
    
    It's not portable to link with libsss_simple.so because it is a dynamic module
    and not dynamic library.
    
    *** Warning: Linking the executable simple_access-tests against the loadable module
    *** libsss_simple.so is not portable!
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    
        
file modified
+5 -19