didiksupriadi41 / freeipa

Forked from freeipa 2 years ago
Clone

6b2efdf Makefile.am: add .in files to fastlint target

1 file Authored by François Cami 5 years ago, Committed by abbra 5 years ago,
1 file changed. 13 lines added. 2 lines removed.
    Makefile.am: add .in files to fastlint target
    
    Previously fastlint would only process .py files.
    Detect which .in files are in fact Python files and add
    them to the list of files to process during the fastlint
    Makefile target.
    Original change suggested by Alexander Bokovoy.
    
    Fixes: https://pagure.io/freeipa/issue/7984
    Signed-off-by: François Cami <fcami@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+13 -2