0d6d5de tools: Always compile {virsh,virt-admin}-completer.c

Authored and Committed by mprivozn 6 years ago
    tools: Always compile {virsh,virt-admin}-completer.c
    
    The functions defined in these sources are referenced all over
    the place, however, compiler only when building with readline.
    Thus when building without it linker gets sad as it can't find
    them.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    Reviewed-by: Erik Skultety <eskultet@redhat.com>
    
        
file modified
+2 -18