8c67ab6 Expand $(wildcard) correctly

Authored and Committed by mprivozn 8 years ago
    Expand $(wildcard) correctly
    
    So after da176bf6b756 and friend we have switched to $(wildcard
    some/path/*.xml) instead of enumerating the files explicitly.
    This is nice, however it makes distcheck build from VPATH fail.
    The reason is that it's is not obvious to what does the wildcard
    refer to: srcdir or builddir?
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    
        
file modified
+1 -1
file modified
+3 -3
file modified
+2 -2