c7fd1b6 Fix libsanlock build on Unubtu/Debian

1 file Authored by nsoffer 6 years ago, Committed by teigland 6 years ago,
1 file changed. 2 lines added. 2 lines removed.
    Fix libsanlock build on Unubtu/Debian
    
    LIB_ENTIRE_LDFLAGS included libraries (e.g. -laio -lblkid) instead of
    linker flags. The libraries should be in LIB_ENTIRE_LDDADD and come
    *after* the sources. Otherwisae, the libraries are not linked, and
    loading libsanlock.so fail with undefined symbol error.
    
    Signed-off-by: Nir Soffer <nsoffer@redhat.com>
    
        
file modified
+2 -2